#39F9EC

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

Shades of Turquoise #39F9EC

Tints of Turquoise #39F9EC

Color information

#39F9EC (or 0x39F9EC) is unknown color: approx Turquoise. HEX triplet: 39, F9 and EC. RGB value is (57,249,236). Sum of RGB (Red+Green+Blue) = 57+249+236=542 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.52% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #39F9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39F9EC is #C60613. Grayscale: #BDBDBD. Windows color (decimal): -12977684 or 15530297. OLE color: 15530297.

HSL color Cylindrical-coordinate representation of color #39F9EC: hue angle of 175.94º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F9EC is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB57249236-
CMYK0.7700.050.02
HSL175.94º94.12%60%-
HSV(B)175.94º77.11%97.65%-
XYZ50.774.6891.1-
YUV190.11153.8933.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.52%
GREEN value IS 249 (97.66% from 255) = 45.94%
BLUE value IS 236 (92.58% from 255) = 43.54%
R=10.52%
G=45.94%
B=43.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal572492360.7700.050.02175.9494.1260
Hex39F9EC4D052b05e3c
Octal7137135411505226013674
Binary11100111111001111011001001101010110101100001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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