Shades of Turquoise #39DFF6
Tints of Turquoise #39DFF6
RGB
CMYK
RGB Variations
Color information
#39DFF6 (or 0x39DFF6) is known color: Turquoise. HEX triplet: 39, DF and F6. RGB value is (57,223,246). Sum of RGB (Red+Green+Blue) = 57+223+246=526 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.84% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #39DFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DFF6 is #C62009. Grayscale: #AFAFAF. Windows color (decimal): -12984330 or 16179001. OLE color: 16179001.
HSL color Cylindrical-coordinate representation of color #39DFF6: hue angle of 187.3º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39DFF6 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 57 | 223 | 246 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.04 |
| HSL | 187.3º | 0.91% | 0.59% | - |
| HSV(B) | 187.3º | 0.77% | 0.96% | - |
| XYZ | 44.71 | 60.3 | 96.47 | - |
| YUV | 175.99 | 167.5 | 43.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 223 | 246 | 0.77 | 0.09 | 0 | 0.04 | 187.3 | 0.91 | 0.59 |
| Hex | 39 | DF | F6 | 4D | 9 | 0 | 4 | BB | 5B | 3B |
| Octal | 71 | 337 | 366 | 115 | 11 | 0 | 4 | 273 | 133 | 73 |
| Binary | 111001 | 11011111 | 11110110 | 1001101 | 1001 | 0 | 100 | 10111011 | 1011011 | 111011 |
Color Harmonies of #39DFF6
Complementary color
Monochromatic Colors of #39DFF6
Black with #39DFF6
Text Example
Text Example
White with #39DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DFF6; }
p { color: rgb(57,223,246); }
H1.HeaderClassName
{
color: #39DFF6;
}
.AnyTagClassName
{
color: #39DFF6;
}
</style>
background-color css
<style>
a { background-color: #39DFF6; }
a { background-color: rgb(57,223,246); }
div.DivClassName
{
background-color: #39DFF6;
}
.BgClassName
{
background-color: #39DFF6;
}
</style>
border-color css
<style>
span { border-color: #39DFF6; }
span { border-color: rgb(57,223,246); }
td.TdClassName
{
border-color: #39DFF6;
}
.TagClassName
{
border-color: #39DFF6;
}
</style>