#39DEE4

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

Shades of Turquoise #39DEE4

Tints of Turquoise #39DEE4

Color information

#39DEE4 (or 0x39DEE4) is unknown color: approx Turquoise. HEX triplet: 39, DE and E4. RGB value is (57,222,228). Sum of RGB (Red+Green+Blue) = 57+222+228=507 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.24% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #39DEE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DEE4 is #C6211B. Grayscale: #ADADAD. Windows color (decimal): -12984604 or 14999097. OLE color: 14999097.

HSL color Cylindrical-coordinate representation of color #39DEE4: hue angle of 182.11º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39DEE4 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB57222228-
CMYK0.750.0300.11
HSL182.11º76%55.88%-
HSV(B)182.11º75%89.41%-
XYZ41.8158.7182.53-
YUV173.35158.8445.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.24%
GREEN value IS 222 (87.11% from 255) = 43.79%
BLUE value IS 228 (89.45% from 255) = 44.97%
R=11.24%
G=43.79%
B=44.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal572222280.750.0300.11182.117655.88
Hex39DEE44B30Bb64c38
Octal71336344113301326611470
Binary111001110111101110010010010111101011101101101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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