#39D4DA

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

Shades of Turquoise #39D4DA

Tints of Turquoise #39D4DA

Color information

#39D4DA (or 0x39D4DA) is unknown color: approx Turquoise. HEX triplet: 39, D4 and DA. RGB value is (57,212,218). Sum of RGB (Red+Green+Blue) = 57+212+218=487 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.70% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #39D4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D4DA is #C62B25. Grayscale: #A6A6A6. Windows color (decimal): -12987174 or 14341177. OLE color: 14341177.

HSL color Cylindrical-coordinate representation of color #39D4DA: hue angle of 182.24º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39D4DA is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB57212218-
CMYK0.740.0300.15
HSL182.24º68.51%53.92%-
HSV(B)182.24º73.85%85.49%-
XYZ37.8953.0274.57-
YUV166.34157.1550.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.70%
GREEN value IS 212 (83.20% from 255) = 43.53%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=11.70%
G=43.53%
B=44.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal572122180.740.0300.15182.2468.5153.92
Hex39D4DA4A30Fb64536
Octal71324332112301726610566
Binary111001110101001101101010010101101111101101101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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