Shades of Medium Turquoise #58CEDA
Tints of Medium Turquoise #58CEDA
RGB
CMYK
RGB Variations
Color information
#58CEDA (or 0x58CEDA) is known color: Medium Turquoise. HEX triplet: 58, CE and DA. RGB value is (88,206,218). Sum of RGB (Red+Green+Blue) = 88+206+218=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #58CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CEDA is #A73125. Grayscale: #ABABAB. Windows color (decimal): -10957094 or 14339672. OLE color: 14339672.
HSL color Cylindrical-coordinate representation of color #58CEDA: hue angle of 185.54º 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 #58CEDA is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 206 | 218 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.15 |
| HSL | 185.54º | 0.64% | 0.6% | - |
| HSV(B) | 185.54º | 0.6% | 0.85% | - |
| XYZ | 38.75 | 51.28 | 74.19 | - |
| YUV | 172.09 | 153.91 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 206 | 218 | 0.60 | 0.06 | 0 | 0.15 | 185.54 | 0.64 | 0.6 |
| Hex | 58 | CE | DA | 3C | 6 | 0 | F | BA | 40 | 3C |
| Octal | 130 | 316 | 332 | 74 | 6 | 0 | 17 | 272 | 100 | 74 |
| Binary | 1011000 | 11001110 | 11011010 | 111100 | 110 | 0 | 1111 | 10111010 | 1000000 | 111100 |
Color Harmonies of #58CEDA
Complementary color
Monochromatic Colors of #58CEDA
Black with #58CEDA
Text Example
Text Example
White with #58CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CEDA; }
p { color: rgb(88,206,218); }
H1.HeaderClassName
{
color: #58CEDA;
}
.AnyTagClassName
{
color: #58CEDA;
}
</style>
background-color css
<style>
a { background-color: #58CEDA; }
a { background-color: rgb(88,206,218); }
div.DivClassName
{
background-color: #58CEDA;
}
.BgClassName
{
background-color: #58CEDA;
}
</style>
border-color css
<style>
span { border-color: #58CEDA; }
span { border-color: rgb(88,206,218); }
td.TdClassName
{
border-color: #58CEDA;
}
.TagClassName
{
border-color: #58CEDA;
}
</style>