#39D3DC

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

Shades of Turquoise #39D3DC

Tints of Turquoise #39D3DC

Color information

#39D3DC (or 0x39D3DC) is unknown color: approx Turquoise. HEX triplet: 39, D3 and DC. RGB value is (57,211,220). Sum of RGB (Red+Green+Blue) = 57+211+220=488 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.68% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #39D3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D3DC is #C62C23. Grayscale: #A5A5A5. Windows color (decimal): -12987428 or 14471993. OLE color: 14471993.

HSL color Cylindrical-coordinate representation of color #39D3DC: hue angle of 183.31º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39D3DC is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB57211220-
CMYK0.740.0400.14
HSL183.31º69.96%54.31%-
HSV(B)183.31º74.09%86.27%-
XYZ37.952.6375.87-
YUV165.98158.4850.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.68%
GREEN value IS 211 (82.81% from 255) = 43.24%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=11.68%
G=43.24%
B=45.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal572112200.740.0400.14183.3169.9654.31
Hex39D3DC4A40Eb74636
Octal71323334112401626710666
Binary1110011101001111011100100101010001110101101111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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