Shades of Turquoise Blue #5FDFFE
Tints of Turquoise Blue #5FDFFE
RGB
CMYK
RGB Variations
Color information
#5FDFFE (or 0x5FDFFE) is known color: Turquoise Blue. HEX triplet: 5F, DF and FE. RGB value is (95,223,254). Sum of RGB (Red+Green+Blue) = 95+223+254=572 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.61% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FDFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FDFFE is #A02001. Grayscale: #BCBCBC. Windows color (decimal): -10493954 or 16703327. OLE color: 16703327.
HSL color Cylindrical-coordinate representation of color #5FDFFE: hue angle of 191.7º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FDFFE is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 223 | 254 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.00 |
| HSL | 191.7º | 0.99% | 0.68% | - |
| HSV(B) | 191.7º | 0.63% | 1% | - |
| XYZ | 49 | 62.36 | 103.22 | - |
| YUV | 188.26 | 165.09 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 254 | 0.63 | 0.12 | 0 | 0.00 | 191.7 | 0.99 | 0.68 |
| Hex | 5F | DF | FE | 3F | C | 0 | 0 | C0 | 63 | 44 |
| Octal | 137 | 337 | 376 | 77 | 14 | 0 | 0 | 300 | 143 | 104 |
| Binary | 1011111 | 11011111 | 11111110 | 111111 | 1100 | 0 | 0 | 11000000 | 1100011 | 1000100 |
Color Harmonies of #5FDFFE
Complementary color
Monochromatic Colors of #5FDFFE
Black with #5FDFFE
Text Example
Text Example
White with #5FDFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFFE; }
p { color: rgb(95,223,254); }
H1.HeaderClassName
{
color: #5FDFFE;
}
.AnyTagClassName
{
color: #5FDFFE;
}
</style>
background-color css
<style>
a { background-color: #5FDFFE; }
a { background-color: rgb(95,223,254); }
div.DivClassName
{
background-color: #5FDFFE;
}
.BgClassName
{
background-color: #5FDFFE;
}
</style>
border-color css
<style>
span { border-color: #5FDFFE; }
span { border-color: rgb(95,223,254); }
td.TdClassName
{
border-color: #5FDFFE;
}
.TagClassName
{
border-color: #5FDFFE;
}
</style>