Shades of Turquoise Blue #58CDF2
Tints of Turquoise Blue #58CDF2
RGB
CMYK
RGB Variations
Color information
#58CDF2 (or 0x58CDF2) is known color: Turquoise Blue. HEX triplet: 58, CD and F2. RGB value is (88,205,242). Sum of RGB (Red+Green+Blue) = 88+205+242=535 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.45% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #58CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CDF2 is #A7320D. Grayscale: #ADADAD. Windows color (decimal): -10957326 or 15912280. OLE color: 15912280.
HSL color Cylindrical-coordinate representation of color #58CDF2: hue angle of 194.42º 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 #58CDF2 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 205 | 242 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.05 |
| HSL | 194.42º | 0.86% | 0.65% | - |
| HSV(B) | 194.42º | 0.64% | 0.95% | - |
| XYZ | 41.88 | 52.15 | 91.86 | - |
| YUV | 174.24 | 166.24 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 205 | 242 | 0.64 | 0.15 | 0 | 0.05 | 194.42 | 0.86 | 0.65 |
| Hex | 58 | CD | F2 | 40 | F | 0 | 5 | C2 | 56 | 41 |
| Octal | 130 | 315 | 362 | 100 | 17 | 0 | 5 | 302 | 126 | 101 |
| Binary | 1011000 | 11001101 | 11110010 | 1000000 | 1111 | 0 | 101 | 11000010 | 1010110 | 1000001 |
Color Harmonies of #58CDF2
Complementary color
Monochromatic Colors of #58CDF2
Black with #58CDF2
Text Example
Text Example
White with #58CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CDF2; }
p { color: rgb(88,205,242); }
H1.HeaderClassName
{
color: #58CDF2;
}
.AnyTagClassName
{
color: #58CDF2;
}
</style>
background-color css
<style>
a { background-color: #58CDF2; }
a { background-color: rgb(88,205,242); }
div.DivClassName
{
background-color: #58CDF2;
}
.BgClassName
{
background-color: #58CDF2;
}
</style>
border-color css
<style>
span { border-color: #58CDF2; }
span { border-color: rgb(88,205,242); }
td.TdClassName
{
border-color: #58CDF2;
}
.TagClassName
{
border-color: #58CDF2;
}
</style>