#39dce1

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

Shades of Turquoise #39DCE1

Tints of Turquoise #39DCE1

Color information

#39DCE1 (or 0x39DCE1) is unknown color: approx Turquoise. HEX triplet: 39, DC and E1. RGB value is (57,220,225). Sum of RGB (Red+Green+Blue) = 57+220+225=502 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.35% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #39DCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DCE1 is #C6231E. Grayscale: #ABABAB. Windows color (decimal): -12985119 or 14801977. OLE color: 14801977.

HSL color Cylindrical-coordinate representation of color #39DCE1: hue angle of 181.79º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39DCE1 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB57220225-
CMYK0.750.0200.12
HSL181.79º73.68%55.29%-
HSV(B)181.79º74.67%88.24%-
XYZ40.8757.4980.18-
YUV171.8315846.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.35%
GREEN value IS 220 (86.33% from 255) = 43.82%
BLUE value IS 225 (88.28% from 255) = 44.82%
R=11.35%
G=43.82%
B=44.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal572202250.750.0200.12181.7973.6855.29
Hex39DCE14B20Cb64a37
Octal71334341113201426611267
Binary111001110111001110000110010111001100101101101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39dce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,220,225); }

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

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

 a { background-color: rgb(57,220,225); }

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

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

 span { border-color: rgb(57,220,225); }

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