Shades of Turquoise Blue #5FE0FD
Tints of Turquoise Blue #5FE0FD
RGB
CMYK
RGB Variations
Color information
#5FE0FD (or 0x5FE0FD) is known color: Turquoise Blue. HEX triplet: 5F, E0 and FD. RGB value is (95,224,253). Sum of RGB (Red+Green+Blue) = 95+224+253=572 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.61% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FE0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE0FD is #A01F02. Grayscale: #BCBCBC. Windows color (decimal): -10493699 or 16638047. OLE color: 16638047.
HSL color Cylindrical-coordinate representation of color #5FE0FD: hue angle of 191.01º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FE0FD is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 224 | 253 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.01 |
| HSL | 191.01º | 0.98% | 0.68% | - |
| HSV(B) | 191.01º | 0.62% | 0.99% | - |
| XYZ | 49.1 | 62.84 | 102.47 | - |
| YUV | 188.74 | 164.26 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 253 | 0.62 | 0.11 | 0 | 0.01 | 191.01 | 0.98 | 0.68 |
| Hex | 5F | E0 | FD | 3E | B | 0 | 1 | BF | 62 | 44 |
| Octal | 137 | 340 | 375 | 76 | 13 | 0 | 1 | 277 | 142 | 104 |
| Binary | 1011111 | 11100000 | 11111101 | 111110 | 1011 | 0 | 1 | 10111111 | 1100010 | 1000100 |
Color Harmonies of #5FE0FD
Complementary color
Monochromatic Colors of #5FE0FD
Black with #5FE0FD
Text Example
Text Example
White with #5FE0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE0FD; }
p { color: rgb(95,224,253); }
H1.HeaderClassName
{
color: #5FE0FD;
}
.AnyTagClassName
{
color: #5FE0FD;
}
</style>
background-color css
<style>
a { background-color: #5FE0FD; }
a { background-color: rgb(95,224,253); }
div.DivClassName
{
background-color: #5FE0FD;
}
.BgClassName
{
background-color: #5FE0FD;
}
</style>
border-color css
<style>
span { border-color: #5FE0FD; }
span { border-color: rgb(95,224,253); }
td.TdClassName
{
border-color: #5FE0FD;
}
.TagClassName
{
border-color: #5FE0FD;
}
</style>