Shades of Turquoise #39DBFD
Tints of Turquoise #39DBFD
RGB
CMYK
RGB Variations
Color information
#39DBFD (or 0x39DBFD) is known color: Turquoise. HEX triplet: 39, DB and FD. RGB value is (57,219,253). Sum of RGB (Red+Green+Blue) = 57+219+253=529 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.78% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #39DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39DBFD is #C62402. Grayscale: #AEAEAE. Windows color (decimal): -12985347 or 16636729. OLE color: 16636729.
HSL color Cylindrical-coordinate representation of color #39DBFD: hue angle of 190.41º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39DBFD is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 219 | 253 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.01 |
| HSL | 190.41º | 0.98% | 0.61% | - |
| HSV(B) | 190.41º | 0.77% | 0.99% | - |
| XYZ | 44.75 | 58.62 | 101.89 | - |
| YUV | 174.44 | 172.33 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 253 | 0.77 | 0.13 | 0 | 0.01 | 190.41 | 0.98 | 0.61 |
| Hex | 39 | DB | FD | 4D | D | 0 | 1 | BE | 62 | 3D |
| Octal | 71 | 333 | 375 | 115 | 15 | 0 | 1 | 276 | 142 | 75 |
| Binary | 111001 | 11011011 | 11111101 | 1001101 | 1101 | 0 | 1 | 10111110 | 1100010 | 111101 |
Color Harmonies of #39DBFD
Complementary color
Monochromatic Colors of #39DBFD
Black with #39DBFD
Text Example
Text Example
White with #39DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DBFD; }
p { color: rgb(57,219,253); }
H1.HeaderClassName
{
color: #39DBFD;
}
.AnyTagClassName
{
color: #39DBFD;
}
</style>
background-color css
<style>
a { background-color: #39DBFD; }
a { background-color: rgb(57,219,253); }
div.DivClassName
{
background-color: #39DBFD;
}
.BgClassName
{
background-color: #39DBFD;
}
</style>
border-color css
<style>
span { border-color: #39DBFD; }
span { border-color: rgb(57,219,253); }
td.TdClassName
{
border-color: #39DBFD;
}
.TagClassName
{
border-color: #39DBFD;
}
</style>