Shades of Turquoise Blue #57DCEE
Tints of Turquoise Blue #57DCEE
RGB
CMYK
RGB Variations
Color information
#57DCEE (or 0x57DCEE) is known color: Turquoise Blue. HEX triplet: 57, DC and EE. RGB value is (87,220,238). Sum of RGB (Red+Green+Blue) = 87+220+238=545 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.96% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #57DCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DCEE is #A82311. Grayscale: #B6B6B6. Windows color (decimal): -11019026 or 15653975. OLE color: 15653975.
HSL color Cylindrical-coordinate representation of color #57DCEE: hue angle of 187.15º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57DCEE is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 220 | 238 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.07 |
| HSL | 187.15º | 0.82% | 0.64% | - |
| HSV(B) | 187.15º | 0.63% | 0.93% | - |
| XYZ | 44.96 | 59.39 | 89.98 | - |
| YUV | 182.29 | 159.44 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 238 | 0.63 | 0.08 | 0 | 0.07 | 187.15 | 0.82 | 0.64 |
| Hex | 57 | DC | EE | 3F | 8 | 0 | 7 | BB | 52 | 40 |
| Octal | 127 | 334 | 356 | 77 | 10 | 0 | 7 | 273 | 122 | 100 |
| Binary | 1010111 | 11011100 | 11101110 | 111111 | 1000 | 0 | 111 | 10111011 | 1010010 | 1000000 |
Color Harmonies of #57DCEE
Complementary color
Monochromatic Colors of #57DCEE
Black with #57DCEE
Text Example
Text Example
White with #57DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DCEE; }
p { color: rgb(87,220,238); }
H1.HeaderClassName
{
color: #57DCEE;
}
.AnyTagClassName
{
color: #57DCEE;
}
</style>
background-color css
<style>
a { background-color: #57DCEE; }
a { background-color: rgb(87,220,238); }
div.DivClassName
{
background-color: #57DCEE;
}
.BgClassName
{
background-color: #57DCEE;
}
</style>
border-color css
<style>
span { border-color: #57DCEE; }
span { border-color: rgb(87,220,238); }
td.TdClassName
{
border-color: #57DCEE;
}
.TagClassName
{
border-color: #57DCEE;
}
</style>