#39DEF8

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

Shades of Turquoise #39DEF8

Tints of Turquoise #39DEF8

Color information

#39DEF8 (or 0x39DEF8) is unknown color: approx Turquoise. HEX triplet: 39, DE and F8. RGB value is (57,222,248). Sum of RGB (Red+Green+Blue) = 57+222+248=527 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.82% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 248 (97.27% from 255 or 47.06% from 527); Max value from RGB is 248 - color contains mainly: blue. Hex color #39DEF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DEF8 is #C62107. Grayscale: #AFAFAF. Windows color (decimal): -12984584 or 16309817. OLE color: 16309817.

HSL color Cylindrical-coordinate representation of color #39DEF8: hue angle of 188.17º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39DEF8 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB57222248-
CMYK0.770.1000.03
HSL188.17º93.17%59.8%-
HSV(B)188.17º77.02%97.25%-
XYZ44.7559.8998.01-
YUV175.63168.8443.39-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.82%
GREEN value IS 222 (87.11% from 255) = 42.13%
BLUE value IS 248 (97.27% from 255) = 47.06%
R=10.82%
G=42.13%
B=47.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal572222480.770.1000.03188.1793.1759.8
Hex39DEF84DA03bc5d3c
Octal71336370115120327413574
Binary111001110111101111100010011011010011101111001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,222,248); }

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

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

 a { background-color: rgb(57,222,248); }

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

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

 span { border-color: rgb(57,222,248); }

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