Shades of Medium Turquoise #57CEDA
Tints of Medium Turquoise #57CEDA
RGB
CMYK
RGB Variations
Color information
#57CEDA (or 0x57CEDA) is known color: Medium Turquoise. HEX triplet: 57, CE and DA. RGB value is (87,206,218). Sum of RGB (Red+Green+Blue) = 87+206+218=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #57CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CEDA is #A83125. Grayscale: #ABABAB. Windows color (decimal): -11022630 or 14339671. OLE color: 14339671.
HSL color Cylindrical-coordinate representation of color #57CEDA: hue angle of 185.5º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57CEDA is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 206 | 218 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.15 |
| HSL | 185.5º | 0.64% | 0.6% | - |
| HSV(B) | 185.5º | 0.6% | 0.85% | - |
| XYZ | 38.66 | 51.23 | 74.18 | - |
| YUV | 171.79 | 154.08 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 206 | 218 | 0.60 | 0.06 | 0 | 0.15 | 185.5 | 0.64 | 0.6 |
| Hex | 57 | CE | DA | 3C | 6 | 0 | F | B9 | 40 | 3C |
| Octal | 127 | 316 | 332 | 74 | 6 | 0 | 17 | 271 | 100 | 74 |
| Binary | 1010111 | 11001110 | 11011010 | 111100 | 110 | 0 | 1111 | 10111001 | 1000000 | 111100 |
Color Harmonies of #57CEDA
Complementary color
Monochromatic Colors of #57CEDA
Black with #57CEDA
Text Example
Text Example
White with #57CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CEDA; }
p { color: rgb(87,206,218); }
H1.HeaderClassName
{
color: #57CEDA;
}
.AnyTagClassName
{
color: #57CEDA;
}
</style>
background-color css
<style>
a { background-color: #57CEDA; }
a { background-color: rgb(87,206,218); }
div.DivClassName
{
background-color: #57CEDA;
}
.BgClassName
{
background-color: #57CEDA;
}
</style>
border-color css
<style>
span { border-color: #57CEDA; }
span { border-color: rgb(87,206,218); }
td.TdClassName
{
border-color: #57CEDA;
}
.TagClassName
{
border-color: #57CEDA;
}
</style>