Shades of Turquoise Blue #5CDBFC
Tints of Turquoise Blue #5CDBFC
RGB
CMYK
RGB Variations
Color information
#5CDBFC (or 0x5CDBFC) is known color: Turquoise Blue. HEX triplet: 5C, DB and FC. RGB value is (92,219,252). Sum of RGB (Red+Green+Blue) = 92+219+252=563 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.34% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CDBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDBFC is #A32403. Grayscale: #B8B8B8. Windows color (decimal): -10691588 or 16571228. OLE color: 16571228.
HSL color Cylindrical-coordinate representation of color #5CDBFC: hue angle of 192.38º 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 #5CDBFC is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 219 | 252 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.01 |
| HSL | 192.38º | 0.96% | 0.67% | - |
| HSV(B) | 192.38º | 0.63% | 0.99% | - |
| XYZ | 47.32 | 59.97 | 101.18 | - |
| YUV | 184.79 | 165.92 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 252 | 0.63 | 0.13 | 0 | 0.01 | 192.38 | 0.96 | 0.67 |
| Hex | 5C | DB | FC | 3F | D | 0 | 1 | C0 | 60 | 43 |
| Octal | 134 | 333 | 374 | 77 | 15 | 0 | 1 | 300 | 140 | 103 |
| Binary | 1011100 | 11011011 | 11111100 | 111111 | 1101 | 0 | 1 | 11000000 | 1100000 | 1000011 |
Color Harmonies of #5CDBFC
Complementary color
Monochromatic Colors of #5CDBFC
Black with #5CDBFC
Text Example
Text Example
White with #5CDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDBFC; }
p { color: rgb(92,219,252); }
H1.HeaderClassName
{
color: #5CDBFC;
}
.AnyTagClassName
{
color: #5CDBFC;
}
</style>
background-color css
<style>
a { background-color: #5CDBFC; }
a { background-color: rgb(92,219,252); }
div.DivClassName
{
background-color: #5CDBFC;
}
.BgClassName
{
background-color: #5CDBFC;
}
</style>
border-color css
<style>
span { border-color: #5CDBFC; }
span { border-color: rgb(92,219,252); }
td.TdClassName
{
border-color: #5CDBFC;
}
.TagClassName
{
border-color: #5CDBFC;
}
</style>