Shades of Turquoise Blue #58CCF2
Tints of Turquoise Blue #58CCF2
RGB
CMYK
RGB Variations
Color information
#58CCF2 (or 0x58CCF2) is known color: Turquoise Blue. HEX triplet: 58, CC and F2. RGB value is (88,204,242). Sum of RGB (Red+Green+Blue) = 88+204+242=534 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.48% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #58CCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CCF2 is #A7330D. Grayscale: #ADADAD. Windows color (decimal): -10957582 or 15912024. OLE color: 15912024.
HSL color Cylindrical-coordinate representation of color #58CCF2: hue angle of 194.81º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58CCF2 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 204 | 242 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.05 |
| HSL | 194.81º | 0.86% | 0.65% | - |
| HSV(B) | 194.81º | 0.64% | 0.95% | - |
| XYZ | 41.64 | 51.67 | 91.78 | - |
| YUV | 173.65 | 166.57 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 204 | 242 | 0.64 | 0.16 | 0 | 0.05 | 194.81 | 0.86 | 0.65 |
| Hex | 58 | CC | F2 | 40 | 10 | 0 | 5 | C3 | 56 | 41 |
| Octal | 130 | 314 | 362 | 100 | 20 | 0 | 5 | 303 | 126 | 101 |
| Binary | 1011000 | 11001100 | 11110010 | 1000000 | 10000 | 0 | 101 | 11000011 | 1010110 | 1000001 |
Color Harmonies of #58CCF2
Complementary color
Monochromatic Colors of #58CCF2
Black with #58CCF2
Text Example
Text Example
White with #58CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CCF2; }
p { color: rgb(88,204,242); }
H1.HeaderClassName
{
color: #58CCF2;
}
.AnyTagClassName
{
color: #58CCF2;
}
</style>
background-color css
<style>
a { background-color: #58CCF2; }
a { background-color: rgb(88,204,242); }
div.DivClassName
{
background-color: #58CCF2;
}
.BgClassName
{
background-color: #58CCF2;
}
</style>
border-color css
<style>
span { border-color: #58CCF2; }
span { border-color: rgb(88,204,242); }
td.TdClassName
{
border-color: #58CCF2;
}
.TagClassName
{
border-color: #58CCF2;
}
</style>