#39ECFE

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

Shades of Turquoise #39ECFE

Tints of Turquoise #39ECFE

Color information

#39ECFE (or 0x39ECFE) is unknown color: approx Turquoise. HEX triplet: 39, EC and FE. RGB value is (57,236,254). Sum of RGB (Red+Green+Blue) = 57+236+254=547 (72% of max value = 765). Red value is 57 (22.66% from 255 or 10.42% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #39ECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39ECFE is #C61301. Grayscale: #B8B8B8. Windows color (decimal): -12980994 or 16706617. OLE color: 16706617.

HSL color Cylindrical-coordinate representation of color #39ECFE: hue angle of 185.48º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39ECFE is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB57236254-
CMYK0.780.0700.00
HSL185.48º98.99%60.98%-
HSV(B)185.48º77.56%99.61%-
XYZ49.5768.02104.28-
YUV184.53167.237.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.42%
GREEN value IS 236 (92.58% from 255) = 43.14%
BLUE value IS 254 (99.61% from 255) = 46.44%
R=10.42%
G=43.14%
B=46.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal572362540.780.0700.00185.4898.9960.98
Hex39ECFE4E700b9633d
Octal7135437611670027114375
Binary1110011110110011111110100111011100101110011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39ECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,236,254); }

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

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

 a { background-color: rgb(57,236,254); }

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

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

 span { border-color: rgb(57,236,254); }

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