Shades of Turquoise Blue #57CDEF
Tints of Turquoise Blue #57CDEF
RGB
CMYK
RGB Variations
Color information
#57CDEF (or 0x57CDEF) is known color: Turquoise Blue. HEX triplet: 57, CD and EF. RGB value is (87,205,239). Sum of RGB (Red+Green+Blue) = 87+205+239=531 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.38% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #57CDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CDEF is #A83210. Grayscale: #ADADAD. Windows color (decimal): -11022865 or 15715671. OLE color: 15715671.
HSL color Cylindrical-coordinate representation of color #57CDEF: hue angle of 193.42º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57CDEF is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 205 | 239 | - |
| CMYK | 0.64 | 0.14 | 0 | 0.06 |
| HSL | 193.42º | 0.83% | 0.64% | - |
| HSV(B) | 193.42º | 0.64% | 0.94% | - |
| XYZ | 41.34 | 51.92 | 89.5 | - |
| YUV | 173.59 | 164.91 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 205 | 239 | 0.64 | 0.14 | 0 | 0.06 | 193.42 | 0.83 | 0.64 |
| Hex | 57 | CD | EF | 40 | E | 0 | 6 | C1 | 53 | 40 |
| Octal | 127 | 315 | 357 | 100 | 16 | 0 | 6 | 301 | 123 | 100 |
| Binary | 1010111 | 11001101 | 11101111 | 1000000 | 1110 | 0 | 110 | 11000001 | 1010011 | 1000000 |
Color Harmonies of #57CDEF
Complementary color
Monochromatic Colors of #57CDEF
Black with #57CDEF
Text Example
Text Example
White with #57CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CDEF; }
p { color: rgb(87,205,239); }
H1.HeaderClassName
{
color: #57CDEF;
}
.AnyTagClassName
{
color: #57CDEF;
}
</style>
background-color css
<style>
a { background-color: #57CDEF; }
a { background-color: rgb(87,205,239); }
div.DivClassName
{
background-color: #57CDEF;
}
.BgClassName
{
background-color: #57CDEF;
}
</style>
border-color css
<style>
span { border-color: #57CDEF; }
span { border-color: rgb(87,205,239); }
td.TdClassName
{
border-color: #57CDEF;
}
.TagClassName
{
border-color: #57CDEF;
}
</style>