#39E9CD

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

Shades of Turquoise #39E9CD

Tints of Turquoise #39E9CD

Color information

#39E9CD (or 0x39E9CD) is unknown color: approx Turquoise. HEX triplet: 39, E9 and CD. RGB value is (57,233,205). Sum of RGB (Red+Green+Blue) = 57+233+205=495 (65% of max value = 765). Red value is 57 (22.66% from 255 or 11.52% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #39E9CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39E9CD is #C61632. Grayscale: #B1B1B1. Windows color (decimal): -12981811 or 13494585. OLE color: 13494585.

HSL color Cylindrical-coordinate representation of color #39E9CD: hue angle of 170.45º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39E9CD is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB57233205-
CMYK0.7600.120.09
HSL170.45º80%56.86%-
HSV(B)170.45º75.54%91.37%-
XYZ41.8563.5667.82-
YUV177.18143.6942.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.52%
GREEN value IS 233 (91.41% from 255) = 47.07%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=11.52%
G=47.07%
B=41.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal572332050.7600.120.09170.458056.86
Hex39E9CD4C0C9aa5039
Octal713513151140141125212071
Binary11100111101001110011011001100011001001101010101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,233,205); }

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

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

 a { background-color: rgb(57,233,205); }

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

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

 span { border-color: rgb(57,233,205); }

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