Shades of Turquoise #39DFE6
Tints of Turquoise #39DFE6
RGB
CMYK
RGB Variations
Color information
#39DFE6 (or 0x39DFE6) is known color: Turquoise. HEX triplet: 39, DF and E6. RGB value is (57,223,230). Sum of RGB (Red+Green+Blue) = 57+223+230=510 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.18% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #39DFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DFE6 is #C62019. Grayscale: #ADADAD. Windows color (decimal): -12984346 or 15130425. OLE color: 15130425.
HSL color Cylindrical-coordinate representation of color #39DFE6: hue angle of 182.43º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39DFE6 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 223 | 230 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.10 |
| HSL | 182.43º | 0.78% | 0.56% | - |
| HSV(B) | 182.43º | 0.75% | 0.9% | - |
| XYZ | 42.36 | 59.36 | 84.09 | - |
| YUV | 174.16 | 159.5 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 223 | 230 | 0.75 | 0.03 | 0 | 0.10 | 182.43 | 0.78 | 0.56 |
| Hex | 39 | DF | E6 | 4B | 3 | 0 | A | B6 | 4E | 38 |
| Octal | 71 | 337 | 346 | 113 | 3 | 0 | 12 | 266 | 116 | 70 |
| Binary | 111001 | 11011111 | 11100110 | 1001011 | 11 | 0 | 1010 | 10110110 | 1001110 | 111000 |
Color Harmonies of #39DFE6
Complementary color
Monochromatic Colors of #39DFE6
Black with #39DFE6
Text Example
Text Example
White with #39DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DFE6; }
p { color: rgb(57,223,230); }
H1.HeaderClassName
{
color: #39DFE6;
}
.AnyTagClassName
{
color: #39DFE6;
}
</style>
background-color css
<style>
a { background-color: #39DFE6; }
a { background-color: rgb(57,223,230); }
div.DivClassName
{
background-color: #39DFE6;
}
.BgClassName
{
background-color: #39DFE6;
}
</style>
border-color css
<style>
span { border-color: #39DFE6; }
span { border-color: rgb(57,223,230); }
td.TdClassName
{
border-color: #39DFE6;
}
.TagClassName
{
border-color: #39DFE6;
}
</style>