Shades of Turquoise Blue #5CDDFD
Tints of Turquoise Blue #5CDDFD
RGB
CMYK
RGB Variations
Color information
#5CDDFD (or 0x5CDDFD) is known color: Turquoise Blue. HEX triplet: 5C, DD and FD. RGB value is (92,221,253). Sum of RGB (Red+Green+Blue) = 92+221+253=566 (74% of max value = 765). Red value is 92 (36.33% from 255 or 16.25% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #5CDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CDDFD is #A32202. Grayscale: #B9B9B9. Windows color (decimal): -10691075 or 16637276. OLE color: 16637276.
HSL color Cylindrical-coordinate representation of color #5CDDFD: hue angle of 191.93º 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 #5CDDFD is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 221 | 253 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.01 |
| HSL | 191.93º | 0.98% | 0.68% | - |
| HSV(B) | 191.93º | 0.64% | 0.99% | - |
| XYZ | 48 | 61.08 | 102.19 | - |
| YUV | 186.08 | 165.76 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 221 | 253 | 0.64 | 0.13 | 0 | 0.01 | 191.93 | 0.98 | 0.68 |
| Hex | 5C | DD | FD | 40 | D | 0 | 1 | C0 | 62 | 44 |
| Octal | 134 | 335 | 375 | 100 | 15 | 0 | 1 | 300 | 142 | 104 |
| Binary | 1011100 | 11011101 | 11111101 | 1000000 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000100 |
Color Harmonies of #5CDDFD
Complementary color
Monochromatic Colors of #5CDDFD
Black with #5CDDFD
Text Example
Text Example
White with #5CDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDDFD; }
p { color: rgb(92,221,253); }
H1.HeaderClassName
{
color: #5CDDFD;
}
.AnyTagClassName
{
color: #5CDDFD;
}
</style>
background-color css
<style>
a { background-color: #5CDDFD; }
a { background-color: rgb(92,221,253); }
div.DivClassName
{
background-color: #5CDDFD;
}
.BgClassName
{
background-color: #5CDDFD;
}
</style>
border-color css
<style>
span { border-color: #5CDDFD; }
span { border-color: rgb(92,221,253); }
td.TdClassName
{
border-color: #5CDDFD;
}
.TagClassName
{
border-color: #5CDDFD;
}
</style>