Shades of Turquoise Blue #5FDFFD
Tints of Turquoise Blue #5FDFFD
RGB
CMYK
RGB Variations
Color information
#5FDFFD (or 0x5FDFFD) is known color: Turquoise Blue. HEX triplet: 5F, DF and FD. RGB value is (95,223,253). Sum of RGB (Red+Green+Blue) = 95+223+253=571 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.64% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FDFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDFFD is #A02002. Grayscale: #BBBBBB. Windows color (decimal): -10493955 or 16637791. OLE color: 16637791.
HSL color Cylindrical-coordinate representation of color #5FDFFD: hue angle of 191.39º 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 #5FDFFD is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 223 | 253 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.01 |
| HSL | 191.39º | 0.98% | 0.68% | - |
| HSV(B) | 191.39º | 0.62% | 0.99% | - |
| XYZ | 48.84 | 62.3 | 102.38 | - |
| YUV | 188.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 253 | 0.62 | 0.12 | 0 | 0.01 | 191.39 | 0.98 | 0.68 |
| Hex | 5F | DF | FD | 3E | C | 0 | 1 | BF | 62 | 44 |
| Octal | 137 | 337 | 375 | 76 | 14 | 0 | 1 | 277 | 142 | 104 |
| Binary | 1011111 | 11011111 | 11111101 | 111110 | 1100 | 0 | 1 | 10111111 | 1100010 | 1000100 |
Color Harmonies of #5FDFFD
Complementary color
Monochromatic Colors of #5FDFFD
Black with #5FDFFD
Text Example
Text Example
White with #5FDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFFD; }
p { color: rgb(95,223,253); }
H1.HeaderClassName
{
color: #5FDFFD;
}
.AnyTagClassName
{
color: #5FDFFD;
}
</style>
background-color css
<style>
a { background-color: #5FDFFD; }
a { background-color: rgb(95,223,253); }
div.DivClassName
{
background-color: #5FDFFD;
}
.BgClassName
{
background-color: #5FDFFD;
}
</style>
border-color css
<style>
span { border-color: #5FDFFD; }
span { border-color: rgb(95,223,253); }
td.TdClassName
{
border-color: #5FDFFD;
}
.TagClassName
{
border-color: #5FDFFD;
}
</style>