Shades of Turquoise Blue #5CDCFC
Tints of Turquoise Blue #5CDCFC
RGB
CMYK
RGB Variations
Color information
#5CDCFC (or 0x5CDCFC) is known color: Turquoise Blue. HEX triplet: 5C, DC and FC. RGB value is (92,220,252). Sum of RGB (Red+Green+Blue) = 92+220+252=564 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.31% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CDCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDCFC is #A32303. Grayscale: #B9B9B9. Windows color (decimal): -10691332 or 16571484. OLE color: 16571484.
HSL color Cylindrical-coordinate representation of color #5CDCFC: hue angle of 192º 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 #5CDCFC is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 220 | 252 | - |
| CMYK | 0.63 | 0.13 | 0 | 0.01 |
| HSL | 192º | 0.96% | 0.67% | - |
| HSV(B) | 192º | 0.63% | 0.99% | - |
| XYZ | 47.58 | 60.49 | 101.26 | - |
| YUV | 185.38 | 165.59 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 252 | 0.63 | 0.13 | 0 | 0.01 | 192 | 0.96 | 0.67 |
| Hex | 5C | DC | FC | 3F | D | 0 | 1 | C0 | 60 | 43 |
| Octal | 134 | 334 | 374 | 77 | 15 | 0 | 1 | 300 | 140 | 103 |
| Binary | 1011100 | 11011100 | 11111100 | 111111 | 1101 | 0 | 1 | 11000000 | 1100000 | 1000011 |
Color Harmonies of #5CDCFC
Complementary color
Monochromatic Colors of #5CDCFC
Black with #5CDCFC
Text Example
Text Example
White with #5CDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCFC; }
p { color: rgb(92,220,252); }
H1.HeaderClassName
{
color: #5CDCFC;
}
.AnyTagClassName
{
color: #5CDCFC;
}
</style>
background-color css
<style>
a { background-color: #5CDCFC; }
a { background-color: rgb(92,220,252); }
div.DivClassName
{
background-color: #5CDCFC;
}
.BgClassName
{
background-color: #5CDCFC;
}
</style>
border-color css
<style>
span { border-color: #5CDCFC; }
span { border-color: rgb(92,220,252); }
td.TdClassName
{
border-color: #5CDCFC;
}
.TagClassName
{
border-color: #5CDCFC;
}
</style>