Shades of Turquoise Blue #5CDCFD
Tints of Turquoise Blue #5CDCFD
RGB
CMYK
RGB Variations
Color information
#5CDCFD (or 0x5CDCFD) is known color: Turquoise Blue. HEX triplet: 5C, DC and FD. RGB value is (92,220,253). Sum of RGB (Red+Green+Blue) = 92+220+253=565 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.28% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CDCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDCFD is #A32302. Grayscale: #B9B9B9. Windows color (decimal): -10691331 or 16637020. OLE color: 16637020.
HSL color Cylindrical-coordinate representation of color #5CDCFD: hue angle of 192.3º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CDCFD is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 220 | 253 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.01 |
| HSL | 192.3º | 0.98% | 0.68% | - |
| HSV(B) | 192.3º | 0.64% | 0.99% | - |
| XYZ | 47.74 | 60.55 | 102.1 | - |
| YUV | 185.49 | 166.09 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 253 | 0.64 | 0.13 | 0 | 0.01 | 192.3 | 0.98 | 0.68 |
| Hex | 5C | DC | FD | 40 | D | 0 | 1 | C0 | 62 | 44 |
| Octal | 134 | 334 | 375 | 100 | 15 | 0 | 1 | 300 | 142 | 104 |
| Binary | 1011100 | 11011100 | 11111101 | 1000000 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000100 |
Color Harmonies of #5CDCFD
Complementary color
Monochromatic Colors of #5CDCFD
Black with #5CDCFD
Text Example
Text Example
White with #5CDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDCFD; }
p { color: rgb(92,220,253); }
H1.HeaderClassName
{
color: #5CDCFD;
}
.AnyTagClassName
{
color: #5CDCFD;
}
</style>
background-color css
<style>
a { background-color: #5CDCFD; }
a { background-color: rgb(92,220,253); }
div.DivClassName
{
background-color: #5CDCFD;
}
.BgClassName
{
background-color: #5CDCFD;
}
</style>
border-color css
<style>
span { border-color: #5CDCFD; }
span { border-color: rgb(92,220,253); }
td.TdClassName
{
border-color: #5CDCFD;
}
.TagClassName
{
border-color: #5CDCFD;
}
</style>