Shades of Turquoise Blue #58DCDD
Tints of Turquoise Blue #58DCDD
RGB
CMYK
RGB Variations
Color information
#58DCDD (or 0x58DCDD) is known color: Turquoise Blue. HEX triplet: 58, DC and DD. RGB value is (88,220,221). Sum of RGB (Red+Green+Blue) = 88+220+221=529 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.64% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #58DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCDD is #A72322. Grayscale: #B4B4B4. Windows color (decimal): -10953507 or 14539864. OLE color: 14539864.
HSL color Cylindrical-coordinate representation of color #58DCDD: hue angle of 180.45º 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 #58DCDD is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 220 | 221 | - |
| CMYK | 0.60 | 0.00 | 0 | 0.13 |
| HSL | 180.45º | 0.66% | 0.61% | - |
| HSV(B) | 180.45º | 0.6% | 0.87% | - |
| XYZ | 42.67 | 58.48 | 77.45 | - |
| YUV | 180.65 | 150.77 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 221 | 0.60 | 0.00 | 0 | 0.13 | 180.45 | 0.66 | 0.61 |
| Hex | 58 | DC | DD | 3C | 0 | 0 | D | B4 | 42 | 3D |
| Octal | 130 | 334 | 335 | 74 | 0 | 0 | 15 | 264 | 102 | 75 |
| Binary | 1011000 | 11011100 | 11011101 | 111100 | 0 | 0 | 1101 | 10110100 | 1000010 | 111101 |
Color Harmonies of #58DCDD
Complementary color
Monochromatic Colors of #58DCDD
Black with #58DCDD
Text Example
Text Example
White with #58DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCDD; }
p { color: rgb(88,220,221); }
H1.HeaderClassName
{
color: #58DCDD;
}
.AnyTagClassName
{
color: #58DCDD;
}
</style>
background-color css
<style>
a { background-color: #58DCDD; }
a { background-color: rgb(88,220,221); }
div.DivClassName
{
background-color: #58DCDD;
}
.BgClassName
{
background-color: #58DCDD;
}
</style>
border-color css
<style>
span { border-color: #58DCDD; }
span { border-color: rgb(88,220,221); }
td.TdClassName
{
border-color: #58DCDD;
}
.TagClassName
{
border-color: #58DCDD;
}
</style>