Shades of Turquoise #39DCFE
Tints of Turquoise #39DCFE
RGB
CMYK
RGB Variations
Color information
#39DCFE (or 0x39DCFE) is known color: Turquoise. HEX triplet: 39, DC and FE. RGB value is (57,220,254). Sum of RGB (Red+Green+Blue) = 57+220+254=531 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.73% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #39DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DCFE is #C62301. Grayscale: #AEAEAE. Windows color (decimal): -12985090 or 16702521. OLE color: 16702521.
HSL color Cylindrical-coordinate representation of color #39DCFE: hue angle of 190.36º 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 #39DCFE is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 220 | 254 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.00 |
| HSL | 190.36º | 0.99% | 0.61% | - |
| HSV(B) | 190.36º | 0.78% | 1% | - |
| XYZ | 45.17 | 59.21 | 102.81 | - |
| YUV | 175.14 | 172.5 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 220 | 254 | 0.78 | 0.13 | 0 | 0.00 | 190.36 | 0.99 | 0.61 |
| Hex | 39 | DC | FE | 4E | D | 0 | 0 | BE | 63 | 3D |
| Octal | 71 | 334 | 376 | 116 | 15 | 0 | 0 | 276 | 143 | 75 |
| Binary | 111001 | 11011100 | 11111110 | 1001110 | 1101 | 0 | 0 | 10111110 | 1100011 | 111101 |
Color Harmonies of #39DCFE
Complementary color
Monochromatic Colors of #39DCFE
Black with #39DCFE
Text Example
Text Example
White with #39DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DCFE; }
p { color: rgb(57,220,254); }
H1.HeaderClassName
{
color: #39DCFE;
}
.AnyTagClassName
{
color: #39DCFE;
}
</style>
background-color css
<style>
a { background-color: #39DCFE; }
a { background-color: rgb(57,220,254); }
div.DivClassName
{
background-color: #39DCFE;
}
.BgClassName
{
background-color: #39DCFE;
}
</style>
border-color css
<style>
span { border-color: #39DCFE; }
span { border-color: rgb(57,220,254); }
td.TdClassName
{
border-color: #39DCFE;
}
.TagClassName
{
border-color: #39DCFE;
}
</style>