Shades of Turquoise Blue #58CBDD
Tints of Turquoise Blue #58CBDD
RGB
CMYK
RGB Variations
Color information
#58CBDD (or 0x58CBDD) is known color: Turquoise Blue. HEX triplet: 58, CB and DD. RGB value is (88,203,221). Sum of RGB (Red+Green+Blue) = 88+203+221=512 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.19% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #58CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CBDD is #A73422. Grayscale: #AAAAAA. Windows color (decimal): -10957859 or 14535512. OLE color: 14535512.
HSL color Cylindrical-coordinate representation of color #58CBDD: hue angle of 188.12º 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 #58CBDD is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 203 | 221 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.13 |
| HSL | 188.12º | 0.66% | 0.61% | - |
| HSV(B) | 188.12º | 0.6% | 0.87% | - |
| XYZ | 38.43 | 50.01 | 76.03 | - |
| YUV | 170.67 | 156.4 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 203 | 221 | 0.60 | 0.08 | 0 | 0.13 | 188.12 | 0.66 | 0.61 |
| Hex | 58 | CB | DD | 3C | 8 | 0 | D | BC | 42 | 3D |
| Octal | 130 | 313 | 335 | 74 | 10 | 0 | 15 | 274 | 102 | 75 |
| Binary | 1011000 | 11001011 | 11011101 | 111100 | 1000 | 0 | 1101 | 10111100 | 1000010 | 111101 |
Color Harmonies of #58CBDD
Complementary color
Monochromatic Colors of #58CBDD
Black with #58CBDD
Text Example
Text Example
White with #58CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CBDD; }
p { color: rgb(88,203,221); }
H1.HeaderClassName
{
color: #58CBDD;
}
.AnyTagClassName
{
color: #58CBDD;
}
</style>
background-color css
<style>
a { background-color: #58CBDD; }
a { background-color: rgb(88,203,221); }
div.DivClassName
{
background-color: #58CBDD;
}
.BgClassName
{
background-color: #58CBDD;
}
</style>
border-color css
<style>
span { border-color: #58CBDD; }
span { border-color: rgb(88,203,221); }
td.TdClassName
{
border-color: #58CBDD;
}
.TagClassName
{
border-color: #58CBDD;
}
</style>