Shades of Turquoise Blue #58CCDD
Tints of Turquoise Blue #58CCDD
RGB
CMYK
RGB Variations
Color information
#58CCDD (or 0x58CCDD) is known color: Turquoise Blue. HEX triplet: 58, CC and DD. RGB value is (88,204,221). Sum of RGB (Red+Green+Blue) = 88+204+221=513 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.15% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #58CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CCDD is #A73322. Grayscale: #ABABAB. Windows color (decimal): -10957603 or 14535768. OLE color: 14535768.
HSL color Cylindrical-coordinate representation of color #58CCDD: hue angle of 187.67º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58CCDD is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 204 | 221 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.13 |
| HSL | 187.67º | 0.66% | 0.61% | - |
| HSV(B) | 187.67º | 0.6% | 0.87% | - |
| XYZ | 38.67 | 50.48 | 76.11 | - |
| YUV | 171.25 | 156.07 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 204 | 221 | 0.60 | 0.08 | 0 | 0.13 | 187.67 | 0.66 | 0.61 |
| Hex | 58 | CC | DD | 3C | 8 | 0 | D | BC | 42 | 3D |
| Octal | 130 | 314 | 335 | 74 | 10 | 0 | 15 | 274 | 102 | 75 |
| Binary | 1011000 | 11001100 | 11011101 | 111100 | 1000 | 0 | 1101 | 10111100 | 1000010 | 111101 |
Color Harmonies of #58CCDD
Complementary color
Monochromatic Colors of #58CCDD
Black with #58CCDD
Text Example
Text Example
White with #58CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CCDD; }
p { color: rgb(88,204,221); }
H1.HeaderClassName
{
color: #58CCDD;
}
.AnyTagClassName
{
color: #58CCDD;
}
</style>
background-color css
<style>
a { background-color: #58CCDD; }
a { background-color: rgb(88,204,221); }
div.DivClassName
{
background-color: #58CCDD;
}
.BgClassName
{
background-color: #58CCDD;
}
</style>
border-color css
<style>
span { border-color: #58CCDD; }
span { border-color: rgb(88,204,221); }
td.TdClassName
{
border-color: #58CCDD;
}
.TagClassName
{
border-color: #58CCDD;
}
</style>