Shades of Turquoise Blue #57CDF4
Tints of Turquoise Blue #57CDF4
RGB
CMYK
RGB Variations
Color information
#57CDF4 (or 0x57CDF4) is known color: Turquoise Blue. HEX triplet: 57, CD and F4. RGB value is (87,205,244). Sum of RGB (Red+Green+Blue) = 87+205+244=536 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.23% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 244 (95.70% from 255 or 45.52% from 536); Max value from RGB is 244 - color contains mainly: blue. Hex color #57CDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CDF4 is #A8320B. Grayscale: #ADADAD. Windows color (decimal): -11022860 or 16043351. OLE color: 16043351.
HSL color Cylindrical-coordinate representation of color #57CDF4: hue angle of 194.9º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57CDF4 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 205 | 244 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.04 |
| HSL | 194.9º | 0.88% | 0.65% | - |
| HSV(B) | 194.9º | 0.64% | 0.96% | - |
| XYZ | 42.09 | 52.22 | 93.45 | - |
| YUV | 174.16 | 167.41 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 205 | 244 | 0.64 | 0.16 | 0 | 0.04 | 194.9 | 0.88 | 0.65 |
| Hex | 57 | CD | F4 | 40 | 10 | 0 | 4 | C3 | 58 | 41 |
| Octal | 127 | 315 | 364 | 100 | 20 | 0 | 4 | 303 | 130 | 101 |
| Binary | 1010111 | 11001101 | 11110100 | 1000000 | 10000 | 0 | 100 | 11000011 | 1011000 | 1000001 |
Color Harmonies of #57CDF4
Complementary color
Monochromatic Colors of #57CDF4
Black with #57CDF4
Text Example
Text Example
White with #57CDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CDF4; }
p { color: rgb(87,205,244); }
H1.HeaderClassName
{
color: #57CDF4;
}
.AnyTagClassName
{
color: #57CDF4;
}
</style>
background-color css
<style>
a { background-color: #57CDF4; }
a { background-color: rgb(87,205,244); }
div.DivClassName
{
background-color: #57CDF4;
}
.BgClassName
{
background-color: #57CDF4;
}
</style>
border-color css
<style>
span { border-color: #57CDF4; }
span { border-color: rgb(87,205,244); }
td.TdClassName
{
border-color: #57CDF4;
}
.TagClassName
{
border-color: #57CDF4;
}
</style>