#39D7C0

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

Shades of Turquoise #39D7C0

Tints of Turquoise #39D7C0

Color information

#39D7C0 (or 0x39D7C0) is unknown color: approx Turquoise. HEX triplet: 39, D7 and C0. RGB value is (57,215,192). Sum of RGB (Red+Green+Blue) = 57+215+192=464 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.28% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #39D7C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39D7C0 is #C6283F. Grayscale: #A5A5A5. Windows color (decimal): -12986432 or 12638009. OLE color: 12638009.

HSL color Cylindrical-coordinate representation of color #39D7C0: hue angle of 171.27º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D7C0 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB57215192-
CMYK0.7300.110.16
HSL171.27º66.39%53.33%-
HSV(B)171.27º73.49%84.31%-
XYZ35.553.2858.28-
YUV165.14143.1550.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.28%
GREEN value IS 215 (84.38% from 255) = 46.34%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=12.28%
G=46.34%
B=41.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal572151920.7300.110.16171.2766.3953.33
Hex39D7C0490B10ab4235
Octal713273001110132025310265
Binary111001110101111100000010010010101110000101010111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39D7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,215,192); }

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

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

 a { background-color: rgb(57,215,192); }

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

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

 span { border-color: rgb(57,215,192); }

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