Shades of Turquoise #39DAC1
Tints of Turquoise #39DAC1
RGB
CMYK
RGB Variations
Color information
#39DAC1 (or 0x39DAC1) is known color: Turquoise. HEX triplet: 39, DA and C1. RGB value is (57,218,193). Sum of RGB (Red+Green+Blue) = 57+218+193=468 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.18% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #39DAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DAC1 is #C6253E. Grayscale: #A6A6A6. Windows color (decimal): -12985663 or 12704313. OLE color: 12704313.
HSL color Cylindrical-coordinate representation of color #39DAC1: hue angle of 170.68º 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 #39DAC1 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 218 | 193 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.15 |
| HSL | 170.68º | 0.69% | 0.54% | - |
| HSV(B) | 170.68º | 0.74% | 0.85% | - |
| XYZ | 36.38 | 54.86 | 59.12 | - |
| YUV | 167.01 | 142.66 | 49.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 218 | 193 | 0.74 | 0 | 0.11 | 0.15 | 170.68 | 0.69 | 0.54 |
| Hex | 39 | DA | C1 | 4A | 0 | B | F | AB | 45 | 36 |
| Octal | 71 | 332 | 301 | 112 | 0 | 13 | 17 | 253 | 105 | 66 |
| Binary | 111001 | 11011010 | 11000001 | 1001010 | 0 | 1011 | 1111 | 10101011 | 1000101 | 110110 |
Color Harmonies of #39DAC1
Complementary color
Monochromatic Colors of #39DAC1
Black with #39DAC1
Text Example
Text Example
White with #39DAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DAC1; }
p { color: rgb(57,218,193); }
H1.HeaderClassName
{
color: #39DAC1;
}
.AnyTagClassName
{
color: #39DAC1;
}
</style>
background-color css
<style>
a { background-color: #39DAC1; }
a { background-color: rgb(57,218,193); }
div.DivClassName
{
background-color: #39DAC1;
}
.BgClassName
{
background-color: #39DAC1;
}
</style>
border-color css
<style>
span { border-color: #39DAC1; }
span { border-color: rgb(57,218,193); }
td.TdClassName
{
border-color: #39DAC1;
}
.TagClassName
{
border-color: #39DAC1;
}
</style>