Shades of Turquoise Blue #5FE3FD
Tints of Turquoise Blue #5FE3FD
RGB
CMYK
RGB Variations
Color information
#5FE3FD (or 0x5FE3FD) is known color: Turquoise Blue. HEX triplet: 5F, E3 and FD. RGB value is (95,227,253). Sum of RGB (Red+Green+Blue) = 95+227+253=575 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.52% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FE3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FE3FD is #A01C02. Grayscale: #BEBEBE. Windows color (decimal): -10492931 or 16638815. OLE color: 16638815.
HSL color Cylindrical-coordinate representation of color #5FE3FD: hue angle of 189.87º 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 #5FE3FD is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 227 | 253 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.01 |
| HSL | 189.87º | 0.98% | 0.68% | - |
| HSV(B) | 189.87º | 0.62% | 0.99% | - |
| XYZ | 49.92 | 64.46 | 102.74 | - |
| YUV | 190.5 | 163.27 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 253 | 0.62 | 0.10 | 0 | 0.01 | 189.87 | 0.98 | 0.68 |
| Hex | 5F | E3 | FD | 3E | A | 0 | 1 | BE | 62 | 44 |
| Octal | 137 | 343 | 375 | 76 | 12 | 0 | 1 | 276 | 142 | 104 |
| Binary | 1011111 | 11100011 | 11111101 | 111110 | 1010 | 0 | 1 | 10111110 | 1100010 | 1000100 |
Color Harmonies of #5FE3FD
Complementary color
Monochromatic Colors of #5FE3FD
Black with #5FE3FD
Text Example
Text Example
White with #5FE3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE3FD; }
p { color: rgb(95,227,253); }
H1.HeaderClassName
{
color: #5FE3FD;
}
.AnyTagClassName
{
color: #5FE3FD;
}
</style>
background-color css
<style>
a { background-color: #5FE3FD; }
a { background-color: rgb(95,227,253); }
div.DivClassName
{
background-color: #5FE3FD;
}
.BgClassName
{
background-color: #5FE3FD;
}
</style>
border-color css
<style>
span { border-color: #5FE3FD; }
span { border-color: rgb(95,227,253); }
td.TdClassName
{
border-color: #5FE3FD;
}
.TagClassName
{
border-color: #5FE3FD;
}
</style>