#39FCCE

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

Shades of Turquoise #39FCCE

Tints of Turquoise #39FCCE

Color information

#39FCCE (or 0x39FCCE) is unknown color: approx Turquoise. HEX triplet: 39, FC and CE. RGB value is (57,252,206). Sum of RGB (Red+Green+Blue) = 57+252+206=515 (68% of max value = 765). Red value is 57 (22.66% from 255 or 11.07% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #39FCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FCCE is #C60331. Grayscale: #BCBCBC. Windows color (decimal): -12976946 or 13564985. OLE color: 13564985.

HSL color Cylindrical-coordinate representation of color #39FCCE: hue angle of 165.85º degrees, saturation: 0.97, 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 #39FCCE is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB57252206-
CMYK0.7700.180.01
HSL165.85º97.01%60.59%-
HSV(B)165.85º77.38%98.82%-
XYZ47.6474.9570.35-
YUV188.45137.934.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.07%
GREEN value IS 252 (98.83% from 255) = 48.93%
BLUE value IS 206 (80.86% from 255) = 40%
R=11.07%
G=48.93%
B=40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal572522060.7700.180.01165.8597.0160.59
Hex39FCCE4D0121a6613d
Octal71374316115022124614175
Binary111001111111001100111010011010100101101001101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39FCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,252,206); }

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

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

 a { background-color: rgb(57,252,206); }

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

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

 span { border-color: rgb(57,252,206); }

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