#39E4F9

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

Shades of Turquoise #39E4F9

Tints of Turquoise #39E4F9

Color information

#39E4F9 (or 0x39E4F9) is unknown color: approx Turquoise. HEX triplet: 39, E4 and F9. RGB value is (57,228,249). Sum of RGB (Red+Green+Blue) = 57+228+249=534 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.67% from 534); Green value is 228 (89.45% from 255 or 42.70% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #39E4F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39E4F9 is #C61B06. Grayscale: #B3B3B3. Windows color (decimal): -12983047 or 16376889. OLE color: 16376889.

HSL color Cylindrical-coordinate representation of color #39E4F9: hue angle of 186.56º 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 #39E4F9 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB57228249-
CMYK0.770.0800.02
HSL186.56º94.12%60%-
HSV(B)186.56º77.11%97.65%-
XYZ46.5363.299.37-
YUV179.26167.3540.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.67%
GREEN value IS 228 (89.45% from 255) = 42.70%
BLUE value IS 249 (97.66% from 255) = 46.63%
R=10.67%
G=42.70%
B=46.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal572282490.770.0800.02186.5694.1260
Hex39E4F94D802bb5e3c
Octal71344371115100227313674
Binary111001111001001111100110011011000010101110111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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