Shades of Turquoise Blue #5FDDFD
Tints of Turquoise Blue #5FDDFD
RGB
CMYK
RGB Variations
Color information
#5FDDFD (or 0x5FDDFD) is known color: Turquoise Blue. HEX triplet: 5F, DD and FD. RGB value is (95,221,253). Sum of RGB (Red+Green+Blue) = 95+221+253=569 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.70% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDDFD is #A02202. Grayscale: #BABABA. Windows color (decimal): -10494467 or 16637279. OLE color: 16637279.
HSL color Cylindrical-coordinate representation of color #5FDDFD: hue angle of 192.15º 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 #5FDDFD is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 221 | 253 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.01 |
| HSL | 192.15º | 0.98% | 0.68% | - |
| HSV(B) | 192.15º | 0.62% | 0.99% | - |
| XYZ | 48.31 | 61.24 | 102.2 | - |
| YUV | 186.97 | 165.26 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 253 | 0.62 | 0.13 | 0 | 0.01 | 192.15 | 0.98 | 0.68 |
| Hex | 5F | DD | FD | 3E | D | 0 | 1 | C0 | 62 | 44 |
| Octal | 137 | 335 | 375 | 76 | 15 | 0 | 1 | 300 | 142 | 104 |
| Binary | 1011111 | 11011101 | 11111101 | 111110 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000100 |
Color Harmonies of #5FDDFD
Complementary color
Monochromatic Colors of #5FDDFD
Black with #5FDDFD
Text Example
Text Example
White with #5FDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDDFD; }
p { color: rgb(95,221,253); }
H1.HeaderClassName
{
color: #5FDDFD;
}
.AnyTagClassName
{
color: #5FDDFD;
}
</style>
background-color css
<style>
a { background-color: #5FDDFD; }
a { background-color: rgb(95,221,253); }
div.DivClassName
{
background-color: #5FDDFD;
}
.BgClassName
{
background-color: #5FDDFD;
}
</style>
border-color css
<style>
span { border-color: #5FDDFD; }
span { border-color: rgb(95,221,253); }
td.TdClassName
{
border-color: #5FDDFD;
}
.TagClassName
{
border-color: #5FDDFD;
}
</style>