#39FDC6

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

Shades of Turquoise #39FDC6

Tints of Turquoise #39FDC6

Color information

#39FDC6 (or 0x39FDC6) is unknown color: approx Turquoise. HEX triplet: 39, FD and C6. RGB value is (57,253,198). Sum of RGB (Red+Green+Blue) = 57+253+198=508 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.22% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #39FDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FDC6 is #C60239. Grayscale: #BCBCBC. Windows color (decimal): -12976698 or 13040953. OLE color: 13040953.

HSL color Cylindrical-coordinate representation of color #39FDC6: hue angle of 163.16º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39FDC6 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB57253198-
CMYK0.7700.220.01
HSL163.16º98%60.78%-
HSV(B)163.16º77.47%99.22%-
XYZ47.0175.265.46-
YUV188.13133.5734.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.22%
GREEN value IS 253 (99.22% from 255) = 49.80%
BLUE value IS 198 (77.73% from 255) = 38.98%
R=11.22%
G=49.80%
B=38.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal572531980.7700.220.01163.169860.78
Hex39FDC64D0161a3623d
Octal71375306115026124314275
Binary111001111111011100011010011010101101101000111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39FDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39FDC6; }

 p { color: rgb(57,253,198); }

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

<style>
 a { background-color: #39FDC6; }

 a { background-color: rgb(57,253,198); }

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

<style>
 span { border-color: #39FDC6; }

 span { border-color: rgb(57,253,198); }

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