Shades of Turquoise Blue #57DBFD
Tints of Turquoise Blue #57DBFD
RGB
CMYK
RGB Variations
Color information
#57DBFD (or 0x57DBFD) is known color: Turquoise Blue. HEX triplet: 57, DB and FD. RGB value is (87,219,253). Sum of RGB (Red+Green+Blue) = 87+219+253=559 (74% of max value = 765). Red value is 87 (34.38% from 255 or 15.56% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #57DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DBFD is #A82402. Grayscale: #B7B7B7. Windows color (decimal): -11019267 or 16636759. OLE color: 16636759.
HSL color Cylindrical-coordinate representation of color #57DBFD: hue angle of 192.29º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57DBFD is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 219 | 253 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.01 |
| HSL | 192.29º | 0.98% | 0.67% | - |
| HSV(B) | 192.29º | 0.66% | 0.99% | - |
| XYZ | 46.99 | 59.78 | 101.99 | - |
| YUV | 183.41 | 167.27 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 219 | 253 | 0.66 | 0.13 | 0 | 0.01 | 192.29 | 0.98 | 0.67 |
| Hex | 57 | DB | FD | 42 | D | 0 | 1 | C0 | 62 | 43 |
| Octal | 127 | 333 | 375 | 102 | 15 | 0 | 1 | 300 | 142 | 103 |
| Binary | 1010111 | 11011011 | 11111101 | 1000010 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000011 |
Color Harmonies of #57DBFD
Complementary color
Monochromatic Colors of #57DBFD
Black with #57DBFD
Text Example
Text Example
White with #57DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DBFD; }
p { color: rgb(87,219,253); }
H1.HeaderClassName
{
color: #57DBFD;
}
.AnyTagClassName
{
color: #57DBFD;
}
</style>
background-color css
<style>
a { background-color: #57DBFD; }
a { background-color: rgb(87,219,253); }
div.DivClassName
{
background-color: #57DBFD;
}
.BgClassName
{
background-color: #57DBFD;
}
</style>
border-color css
<style>
span { border-color: #57DBFD; }
span { border-color: rgb(87,219,253); }
td.TdClassName
{
border-color: #57DBFD;
}
.TagClassName
{
border-color: #57DBFD;
}
</style>