Shades of Turquoise Blue #5CDDFC
Tints of Turquoise Blue #5CDDFC
RGB
CMYK
RGB Variations
Color information
#5CDDFC (or 0x5CDDFC) is known color: Turquoise Blue. HEX triplet: 5C, DD and FC. RGB value is (92,221,252). Sum of RGB (Red+Green+Blue) = 92+221+252=565 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.28% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CDDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDDFC is #A32203. Grayscale: #B9B9B9. Windows color (decimal): -10691076 or 16571740. OLE color: 16571740.
HSL color Cylindrical-coordinate representation of color #5CDDFC: hue angle of 191.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CDDFC is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 221 | 252 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.01 |
| HSL | 191.63º | 0.96% | 0.67% | - |
| HSV(B) | 191.63º | 0.63% | 0.99% | - |
| XYZ | 47.84 | 61.02 | 101.35 | - |
| YUV | 185.96 | 165.26 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 252 | 0.63 | 0.12 | 0 | 0.01 | 191.63 | 0.96 | 0.67 |
| Hex | 5C | DD | FC | 3F | C | 0 | 1 | C0 | 60 | 43 |
| Octal | 134 | 335 | 374 | 77 | 14 | 0 | 1 | 300 | 140 | 103 |
| Binary | 1011100 | 11011101 | 11111100 | 111111 | 1100 | 0 | 1 | 11000000 | 1100000 | 1000011 |
Color Harmonies of #5CDDFC
Complementary color
Monochromatic Colors of #5CDDFC
Black with #5CDDFC
Text Example
Text Example
White with #5CDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDDFC; }
p { color: rgb(92,221,252); }
H1.HeaderClassName
{
color: #5CDDFC;
}
.AnyTagClassName
{
color: #5CDDFC;
}
</style>
background-color css
<style>
a { background-color: #5CDDFC; }
a { background-color: rgb(92,221,252); }
div.DivClassName
{
background-color: #5CDDFC;
}
.BgClassName
{
background-color: #5CDDFC;
}
</style>
border-color css
<style>
span { border-color: #5CDDFC; }
span { border-color: rgb(92,221,252); }
td.TdClassName
{
border-color: #5CDDFC;
}
.TagClassName
{
border-color: #5CDDFC;
}
</style>