Shades of Turquoise Blue #5CDBFD
Tints of Turquoise Blue #5CDBFD
RGB
CMYK
RGB Variations
Color information
#5CDBFD (or 0x5CDBFD) is known color: Turquoise Blue. HEX triplet: 5C, DB and FD. RGB value is (92,219,253). Sum of RGB (Red+Green+Blue) = 92+219+253=564 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.31% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CDBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDBFD is #A32402. Grayscale: #B8B8B8. Windows color (decimal): -10691587 or 16636764. OLE color: 16636764.
HSL color Cylindrical-coordinate representation of color #5CDBFD: hue angle of 192.67º 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 #5CDBFD is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 219 | 253 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.01 |
| HSL | 192.67º | 0.98% | 0.68% | - |
| HSV(B) | 192.67º | 0.64% | 0.99% | - |
| XYZ | 47.47 | 60.03 | 102.01 | - |
| YUV | 184.9 | 166.42 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 253 | 0.64 | 0.13 | 0 | 0.01 | 192.67 | 0.98 | 0.68 |
| Hex | 5C | DB | FD | 40 | D | 0 | 1 | C1 | 62 | 44 |
| Octal | 134 | 333 | 375 | 100 | 15 | 0 | 1 | 301 | 142 | 104 |
| Binary | 1011100 | 11011011 | 11111101 | 1000000 | 1101 | 0 | 1 | 11000001 | 1100010 | 1000100 |
Color Harmonies of #5CDBFD
Complementary color
Monochromatic Colors of #5CDBFD
Black with #5CDBFD
Text Example
Text Example
White with #5CDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDBFD; }
p { color: rgb(92,219,253); }
H1.HeaderClassName
{
color: #5CDBFD;
}
.AnyTagClassName
{
color: #5CDBFD;
}
</style>
background-color css
<style>
a { background-color: #5CDBFD; }
a { background-color: rgb(92,219,253); }
div.DivClassName
{
background-color: #5CDBFD;
}
.BgClassName
{
background-color: #5CDBFD;
}
</style>
border-color css
<style>
span { border-color: #5CDBFD; }
span { border-color: rgb(92,219,253); }
td.TdClassName
{
border-color: #5CDBFD;
}
.TagClassName
{
border-color: #5CDBFD;
}
</style>