Shades of Turquoise Blue #5CD3F2
Tints of Turquoise Blue #5CD3F2
RGB
CMYK
RGB Variations
Color information
#5CD3F2 (or 0x5CD3F2) is known color: Turquoise Blue. HEX triplet: 5C, D3 and F2. RGB value is (92,211,242). Sum of RGB (Red+Green+Blue) = 92+211+242=545 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.88% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #5CD3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CD3F2 is #A32C0D. Grayscale: #B2B2B2. Windows color (decimal): -10693646 or 15913820. OLE color: 15913820.
HSL color Cylindrical-coordinate representation of color #5CD3F2: hue angle of 192.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CD3F2 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 211 | 242 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.05 |
| HSL | 192.4º | 0.85% | 0.65% | - |
| HSV(B) | 192.4º | 0.62% | 0.95% | - |
| XYZ | 43.73 | 55.27 | 92.37 | - |
| YUV | 178.95 | 163.58 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 211 | 242 | 0.62 | 0.13 | 0 | 0.05 | 192.4 | 0.85 | 0.65 |
| Hex | 5C | D3 | F2 | 3E | D | 0 | 5 | C0 | 55 | 41 |
| Octal | 134 | 323 | 362 | 76 | 15 | 0 | 5 | 300 | 125 | 101 |
| Binary | 1011100 | 11010011 | 11110010 | 111110 | 1101 | 0 | 101 | 11000000 | 1010101 | 1000001 |
Color Harmonies of #5CD3F2
Complementary color
Monochromatic Colors of #5CD3F2
Black with #5CD3F2
Text Example
Text Example
White with #5CD3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD3F2; }
p { color: rgb(92,211,242); }
H1.HeaderClassName
{
color: #5CD3F2;
}
.AnyTagClassName
{
color: #5CD3F2;
}
</style>
background-color css
<style>
a { background-color: #5CD3F2; }
a { background-color: rgb(92,211,242); }
div.DivClassName
{
background-color: #5CD3F2;
}
.BgClassName
{
background-color: #5CD3F2;
}
</style>
border-color css
<style>
span { border-color: #5CD3F2; }
span { border-color: rgb(92,211,242); }
td.TdClassName
{
border-color: #5CD3F2;
}
.TagClassName
{
border-color: #5CD3F2;
}
</style>