Shades of Turquoise Blue #58DCDF
Tints of Turquoise Blue #58DCDF
RGB
CMYK
RGB Variations
Color information
#58DCDF (or 0x58DCDF) is known color: Turquoise Blue. HEX triplet: 58, DC and DF. RGB value is (88,220,223). Sum of RGB (Red+Green+Blue) = 88+220+223=531 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.57% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #58DCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58DCDF is #A72320. Grayscale: #B4B4B4. Windows color (decimal): -10953505 or 14670936. OLE color: 14670936.
HSL color Cylindrical-coordinate representation of color #58DCDF: hue angle of 181.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58DCDF is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 220 | 223 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.13 |
| HSL | 181.33º | 0.68% | 0.61% | - |
| HSV(B) | 181.33º | 0.61% | 0.87% | - |
| XYZ | 42.94 | 58.59 | 78.86 | - |
| YUV | 180.87 | 151.77 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 220 | 223 | 0.61 | 0.01 | 0 | 0.13 | 181.33 | 0.68 | 0.61 |
| Hex | 58 | DC | DF | 3D | 1 | 0 | D | B5 | 44 | 3D |
| Octal | 130 | 334 | 337 | 75 | 1 | 0 | 15 | 265 | 104 | 75 |
| Binary | 1011000 | 11011100 | 11011111 | 111101 | 1 | 0 | 1101 | 10110101 | 1000100 | 111101 |
Color Harmonies of #58DCDF
Complementary color
Monochromatic Colors of #58DCDF
Black with #58DCDF
Text Example
Text Example
White with #58DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DCDF; }
p { color: rgb(88,220,223); }
H1.HeaderClassName
{
color: #58DCDF;
}
.AnyTagClassName
{
color: #58DCDF;
}
</style>
background-color css
<style>
a { background-color: #58DCDF; }
a { background-color: rgb(88,220,223); }
div.DivClassName
{
background-color: #58DCDF;
}
.BgClassName
{
background-color: #58DCDF;
}
</style>
border-color css
<style>
span { border-color: #58DCDF; }
span { border-color: rgb(88,220,223); }
td.TdClassName
{
border-color: #58DCDF;
}
.TagClassName
{
border-color: #58DCDF;
}
</style>