Shades of Turquoise Blue #5FDEFD
Tints of Turquoise Blue #5FDEFD
RGB
CMYK
RGB Variations
Color information
#5FDEFD (or 0x5FDEFD) is known color: Turquoise Blue. HEX triplet: 5F, DE and FD. RGB value is (95,222,253). Sum of RGB (Red+Green+Blue) = 95+222+253=570 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.67% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FDEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDEFD is #A02102. Grayscale: #BBBBBB. Windows color (decimal): -10494211 or 16637535. OLE color: 16637535.
HSL color Cylindrical-coordinate representation of color #5FDEFD: hue angle of 191.77º 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 #5FDEFD is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 222 | 253 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.01 |
| HSL | 191.77º | 0.98% | 0.68% | - |
| HSV(B) | 191.77º | 0.62% | 0.99% | - |
| XYZ | 48.57 | 61.77 | 102.29 | - |
| YUV | 187.56 | 164.92 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 253 | 0.62 | 0.12 | 0 | 0.01 | 191.77 | 0.98 | 0.68 |
| Hex | 5F | DE | FD | 3E | C | 0 | 1 | C0 | 62 | 44 |
| Octal | 137 | 336 | 375 | 76 | 14 | 0 | 1 | 300 | 142 | 104 |
| Binary | 1011111 | 11011110 | 11111101 | 111110 | 1100 | 0 | 1 | 11000000 | 1100010 | 1000100 |
Color Harmonies of #5FDEFD
Complementary color
Monochromatic Colors of #5FDEFD
Black with #5FDEFD
Text Example
Text Example
White with #5FDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDEFD; }
p { color: rgb(95,222,253); }
H1.HeaderClassName
{
color: #5FDEFD;
}
.AnyTagClassName
{
color: #5FDEFD;
}
</style>
background-color css
<style>
a { background-color: #5FDEFD; }
a { background-color: rgb(95,222,253); }
div.DivClassName
{
background-color: #5FDEFD;
}
.BgClassName
{
background-color: #5FDEFD;
}
</style>
border-color css
<style>
span { border-color: #5FDEFD; }
span { border-color: rgb(95,222,253); }
td.TdClassName
{
border-color: #5FDEFD;
}
.TagClassName
{
border-color: #5FDEFD;
}
</style>