#39D4CC

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

Shades of Turquoise #39D4CC

Tints of Turquoise #39D4CC

Color information

#39D4CC (or 0x39D4CC) is unknown color: approx Turquoise. HEX triplet: 39, D4 and CC. RGB value is (57,212,204). Sum of RGB (Red+Green+Blue) = 57+212+204=473 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.05% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #39D4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D4CC is #C62B33. Grayscale: #A4A4A4. Windows color (decimal): -12987188 or 13423673. OLE color: 13423673.

HSL color Cylindrical-coordinate representation of color #39D4CC: hue angle of 176.9º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D4CC is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB57212204-
CMYK0.7300.040.17
HSL176.9º64.32%52.75%-
HSV(B)176.9º73.11%83.14%-
XYZ36.1352.3265.32-
YUV164.74150.1551.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.05%
GREEN value IS 212 (83.20% from 255) = 44.82%
BLUE value IS 204 (80.08% from 255) = 43.13%
R=12.05%
G=44.82%
B=43.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal572122040.7300.040.17176.964.3252.75
Hex39D4CC490411b14035
Octal71324314111042126110065
Binary11100111010100110011001001001010010001101100011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,212,204); }

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

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

 a { background-color: rgb(57,212,204); }

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

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

 span { border-color: rgb(57,212,204); }

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