Shades of Medium Turquoise #58CDD6
Tints of Medium Turquoise #58CDD6
RGB
CMYK
RGB Variations
Color information
#58CDD6 (or 0x58CDD6) is known color: Medium Turquoise. HEX triplet: 58, CD and D6. RGB value is (88,205,214). Sum of RGB (Red+Green+Blue) = 88+205+214=507 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.36% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #58CDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CDD6 is #A73229. Grayscale: #AAAAAA. Windows color (decimal): -10957354 or 14077272. OLE color: 14077272.
HSL color Cylindrical-coordinate representation of color #58CDD6: hue angle of 184.29º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58CDD6 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 205 | 214 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.16 |
| HSL | 184.29º | 0.61% | 0.59% | - |
| HSV(B) | 184.29º | 0.59% | 0.84% | - |
| XYZ | 37.99 | 50.59 | 71.38 | - |
| YUV | 171.04 | 152.24 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 205 | 214 | 0.59 | 0.04 | 0 | 0.16 | 184.29 | 0.61 | 0.59 |
| Hex | 58 | CD | D6 | 3B | 4 | 0 | 10 | B8 | 3D | 3B |
| Octal | 130 | 315 | 326 | 73 | 4 | 0 | 20 | 270 | 75 | 73 |
| Binary | 1011000 | 11001101 | 11010110 | 111011 | 100 | 0 | 10000 | 10111000 | 111101 | 111011 |
Color Harmonies of #58CDD6
Complementary color
Monochromatic Colors of #58CDD6
Black with #58CDD6
Text Example
Text Example
White with #58CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CDD6; }
p { color: rgb(88,205,214); }
H1.HeaderClassName
{
color: #58CDD6;
}
.AnyTagClassName
{
color: #58CDD6;
}
</style>
background-color css
<style>
a { background-color: #58CDD6; }
a { background-color: rgb(88,205,214); }
div.DivClassName
{
background-color: #58CDD6;
}
.BgClassName
{
background-color: #58CDD6;
}
</style>
border-color css
<style>
span { border-color: #58CDD6; }
span { border-color: rgb(88,205,214); }
td.TdClassName
{
border-color: #58CDD6;
}
.TagClassName
{
border-color: #58CDD6;
}
</style>