#3BDEB6

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

Shades of Turquoise #3BDEB6

Tints of Turquoise #3BDEB6

Color information

#3BDEB6 (or 0x3BDEB6) is unknown color: approx Turquoise. HEX triplet: 3B, DE and B6. RGB value is (59,222,182). Sum of RGB (Red+Green+Blue) = 59+222+182=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #3BDEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDEB6 is #C42149. Grayscale: #A8A8A8. Windows color (decimal): -12853578 or 11984443. OLE color: 11984443.

HSL color Cylindrical-coordinate representation of color #3BDEB6: hue angle of 165.28º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDEB6 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB59222182-
CMYK0.7300.180.13
HSL165.28º71.18%55.1%-
HSV(B)165.28º73.42%87.06%-
XYZ36.3756.5553.25-
YUV168.7135.549.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.74%
GREEN value IS 222 (87.11% from 255) = 47.95%
BLUE value IS 182 (71.48% from 255) = 39.31%
R=12.74%
G=47.95%
B=39.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal592221820.7300.180.13165.2871.1855.1
Hex3BDEB649012Da54737
Octal733362661110221524510767
Binary111011110111101011011010010010100101101101001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,222,182); }

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

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

 a { background-color: rgb(59,222,182); }

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

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

 span { border-color: rgb(59,222,182); }

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