#3BE9DD

Color #3BE9DD Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3BE9DD

Tints of Turquoise #3BE9DD

Color information

#3BE9DD (or 0x3BE9DD) is unknown color: approx Turquoise. HEX triplet: 3B, E9 and DD. RGB value is (59,233,221). Sum of RGB (Red+Green+Blue) = 59+233+221=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #3BE9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE9DD is #C41622. Grayscale: #B3B3B3. Windows color (decimal): -12850723 or 14543163. OLE color: 14543163.

HSL color Cylindrical-coordinate representation of color #3BE9DD: hue angle of 175.86º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE9DD is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB59233221-
CMYK0.7500.050.09
HSL175.86º79.82%57.25%-
HSV(B)175.86º74.68%91.37%-
XYZ43.9964.4378.52-
YUV179.61151.3541.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 11.50%
GREEN value IS 233 (91.41% from 255) = 45.42%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=11.50%
G=45.42%
B=43.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal592332210.7500.050.09175.8679.8257.25
Hex3BE9DD4B059b05039
Octal73351335113051126012071
Binary1110111110100111011101100101101011001101100001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BE9DD; }

 p { color: rgb(59,233,221); }

 H1.HeaderClassName
 {
   color: #3BE9DD;
 }
 .AnyTagClassName
 {
   color: #3BE9DD;
 }
</style>
background-color css

<style>
 a { background-color: #3BE9DD; }

 a { background-color: rgb(59,233,221); }

 div.DivClassName
 {
   background-color: #3BE9DD;
 }
 .BgClassName
 {
   background-color: #3BE9DD;
 }
</style>
border-color css

<style>
 span { border-color: #3BE9DD; }

 span { border-color: rgb(59,233,221); }

 td.TdClassName
 {
   border-color: #3BE9DD;
 }
 .TagClassName
 {
   border-color: #3BE9DD;
 }
</style>