Shades of Turquoise #39DFFE
Tints of Turquoise #39DFFE
RGB
CMYK
RGB Variations
Color information
#39DFFE (or 0x39DFFE) is known color: Turquoise. HEX triplet: 39, DF and FE. RGB value is (57,223,254). Sum of RGB (Red+Green+Blue) = 57+223+254=534 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.67% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #39DFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DFFE is #C62001. Grayscale: #B0B0B0. Windows color (decimal): -12984322 or 16703289. OLE color: 16703289.
HSL color Cylindrical-coordinate representation of color #39DFFE: hue angle of 189.44º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39DFFE is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 223 | 254 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.00 |
| HSL | 189.44º | 0.99% | 0.61% | - |
| HSV(B) | 189.44º | 0.78% | 1% | - |
| XYZ | 45.96 | 60.8 | 103.08 | - |
| YUV | 176.9 | 171.5 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 223 | 254 | 0.78 | 0.12 | 0 | 0.00 | 189.44 | 0.99 | 0.61 |
| Hex | 39 | DF | FE | 4E | C | 0 | 0 | BD | 63 | 3D |
| Octal | 71 | 337 | 376 | 116 | 14 | 0 | 0 | 275 | 143 | 75 |
| Binary | 111001 | 11011111 | 11111110 | 1001110 | 1100 | 0 | 0 | 10111101 | 1100011 | 111101 |
Color Harmonies of #39DFFE
Complementary color
Monochromatic Colors of #39DFFE
Black with #39DFFE
Text Example
Text Example
White with #39DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DFFE; }
p { color: rgb(57,223,254); }
H1.HeaderClassName
{
color: #39DFFE;
}
.AnyTagClassName
{
color: #39DFFE;
}
</style>
background-color css
<style>
a { background-color: #39DFFE; }
a { background-color: rgb(57,223,254); }
div.DivClassName
{
background-color: #39DFFE;
}
.BgClassName
{
background-color: #39DFFE;
}
</style>
border-color css
<style>
span { border-color: #39DFFE; }
span { border-color: rgb(57,223,254); }
td.TdClassName
{
border-color: #39DFFE;
}
.TagClassName
{
border-color: #39DFFE;
}
</style>