Shades of Turquoise Blue #5FDEF9
Tints of Turquoise Blue #5FDEF9
RGB
CMYK
RGB Variations
Color information
#5FDEF9 (or 0x5FDEF9) is known color: Turquoise Blue. HEX triplet: 5F, DE and F9. RGB value is (95,222,249). Sum of RGB (Red+Green+Blue) = 95+222+249=566 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.78% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #5FDEF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDEF9 is #A02106. Grayscale: #BABABA. Windows color (decimal): -10494215 or 16375391. OLE color: 16375391.
HSL color Cylindrical-coordinate representation of color #5FDEF9: hue angle of 190.52º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FDEF9 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 222 | 249 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.02 |
| HSL | 190.52º | 0.93% | 0.67% | - |
| HSV(B) | 190.52º | 0.62% | 0.98% | - |
| XYZ | 47.94 | 61.52 | 98.97 | - |
| YUV | 187.11 | 162.92 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 249 | 0.62 | 0.11 | 0 | 0.02 | 190.52 | 0.93 | 0.67 |
| Hex | 5F | DE | F9 | 3E | B | 0 | 2 | BF | 5D | 43 |
| Octal | 137 | 336 | 371 | 76 | 13 | 0 | 2 | 277 | 135 | 103 |
| Binary | 1011111 | 11011110 | 11111001 | 111110 | 1011 | 0 | 10 | 10111111 | 1011101 | 1000011 |
Color Harmonies of #5FDEF9
Complementary color
Monochromatic Colors of #5FDEF9
Black with #5FDEF9
Text Example
Text Example
White with #5FDEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDEF9; }
p { color: rgb(95,222,249); }
H1.HeaderClassName
{
color: #5FDEF9;
}
.AnyTagClassName
{
color: #5FDEF9;
}
</style>
background-color css
<style>
a { background-color: #5FDEF9; }
a { background-color: rgb(95,222,249); }
div.DivClassName
{
background-color: #5FDEF9;
}
.BgClassName
{
background-color: #5FDEF9;
}
</style>
border-color css
<style>
span { border-color: #5FDEF9; }
span { border-color: rgb(95,222,249); }
td.TdClassName
{
border-color: #5FDEF9;
}
.TagClassName
{
border-color: #5FDEF9;
}
</style>