Shades of Turquoise Blue #5DD2FC
Tints of Turquoise Blue #5DD2FC
RGB
CMYK
RGB Variations
Color information
#5DD2FC (or 0x5DD2FC) is known color: Turquoise Blue. HEX triplet: 5D, D2 and FC. RGB value is (93,210,252). Sum of RGB (Red+Green+Blue) = 93+210+252=555 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.76% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DD2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD2FC is #A22D03. Grayscale: #B3B3B3. Windows color (decimal): -10628356 or 16568925. OLE color: 16568925.
HSL color Cylindrical-coordinate representation of color #5DD2FC: hue angle of 195.85º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DD2FC is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 210 | 252 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.01 |
| HSL | 195.85º | 0.96% | 0.68% | - |
| HSV(B) | 195.85º | 0.63% | 0.99% | - |
| XYZ | 45.13 | 55.45 | 100.42 | - |
| YUV | 179.81 | 168.74 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 210 | 252 | 0.63 | 0.17 | 0 | 0.01 | 195.85 | 0.96 | 0.68 |
| Hex | 5D | D2 | FC | 3F | 11 | 0 | 1 | C4 | 60 | 44 |
| Octal | 135 | 322 | 374 | 77 | 21 | 0 | 1 | 304 | 140 | 104 |
| Binary | 1011101 | 11010010 | 11111100 | 111111 | 10001 | 0 | 1 | 11000100 | 1100000 | 1000100 |
Color Harmonies of #5DD2FC
Complementary color
Monochromatic Colors of #5DD2FC
Black with #5DD2FC
Text Example
Text Example
White with #5DD2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD2FC; }
p { color: rgb(93,210,252); }
H1.HeaderClassName
{
color: #5DD2FC;
}
.AnyTagClassName
{
color: #5DD2FC;
}
</style>
background-color css
<style>
a { background-color: #5DD2FC; }
a { background-color: rgb(93,210,252); }
div.DivClassName
{
background-color: #5DD2FC;
}
.BgClassName
{
background-color: #5DD2FC;
}
</style>
border-color css
<style>
span { border-color: #5DD2FC; }
span { border-color: rgb(93,210,252); }
td.TdClassName
{
border-color: #5DD2FC;
}
.TagClassName
{
border-color: #5DD2FC;
}
</style>