Shades of Turquoise Blue #58CCDE
Tints of Turquoise Blue #58CCDE
RGB
CMYK
RGB Variations
Color information
#58CCDE (or 0x58CCDE) is known color: Turquoise Blue. HEX triplet: 58, CC and DE. RGB value is (88,204,222). Sum of RGB (Red+Green+Blue) = 88+204+222=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #58CCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CCDE is #A73321. Grayscale: #ABABAB. Windows color (decimal): -10957602 or 14601304. OLE color: 14601304.
HSL color Cylindrical-coordinate representation of color #58CCDE: hue angle of 188.06º degrees, saturation: 0.67, 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 #58CCDE is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 204 | 222 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.13 |
| HSL | 188.06º | 0.67% | 0.61% | - |
| HSV(B) | 188.06º | 0.6% | 0.87% | - |
| XYZ | 38.8 | 50.53 | 76.82 | - |
| YUV | 171.37 | 156.57 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 204 | 222 | 0.60 | 0.08 | 0 | 0.13 | 188.06 | 0.67 | 0.61 |
| Hex | 58 | CC | DE | 3C | 8 | 0 | D | BC | 43 | 3D |
| Octal | 130 | 314 | 336 | 74 | 10 | 0 | 15 | 274 | 103 | 75 |
| Binary | 1011000 | 11001100 | 11011110 | 111100 | 1000 | 0 | 1101 | 10111100 | 1000011 | 111101 |
Color Harmonies of #58CCDE
Complementary color
Monochromatic Colors of #58CCDE
Black with #58CCDE
Text Example
Text Example
White with #58CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CCDE; }
p { color: rgb(88,204,222); }
H1.HeaderClassName
{
color: #58CCDE;
}
.AnyTagClassName
{
color: #58CCDE;
}
</style>
background-color css
<style>
a { background-color: #58CCDE; }
a { background-color: rgb(88,204,222); }
div.DivClassName
{
background-color: #58CCDE;
}
.BgClassName
{
background-color: #58CCDE;
}
</style>
border-color css
<style>
span { border-color: #58CCDE; }
span { border-color: rgb(88,204,222); }
td.TdClassName
{
border-color: #58CCDE;
}
.TagClassName
{
border-color: #58CCDE;
}
</style>