Shades of Turquoise Blue #5FDFE3
Tints of Turquoise Blue #5FDFE3
RGB
CMYK
RGB Variations
Color information
#5FDFE3 (or 0x5FDFE3) is known color: Turquoise Blue. HEX triplet: 5F, DF and E3. RGB value is (95,223,227). Sum of RGB (Red+Green+Blue) = 95+223+227=545 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.43% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 227 - color contains mainly: blue. Hex color #5FDFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDFE3 is #A0201C. Grayscale: #B9B9B9. Windows color (decimal): -10493981 or 14933855. OLE color: 14933855.
HSL color Cylindrical-coordinate representation of color #5FDFE3: hue angle of 181.82º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FDFE3 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 223 | 227 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.11 |
| HSL | 181.82º | 0.7% | 0.63% | - |
| HSV(B) | 181.82º | 0.58% | 0.89% | - |
| XYZ | 44.97 | 60.75 | 82.03 | - |
| YUV | 185.18 | 151.59 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 223 | 227 | 0.58 | 0.02 | 0 | 0.11 | 181.82 | 0.7 | 0.63 |
| Hex | 5F | DF | E3 | 3A | 2 | 0 | B | B6 | 46 | 3F |
| Octal | 137 | 337 | 343 | 72 | 2 | 0 | 13 | 266 | 106 | 77 |
| Binary | 1011111 | 11011111 | 11100011 | 111010 | 10 | 0 | 1011 | 10110110 | 1000110 | 111111 |
Color Harmonies of #5FDFE3
Complementary color
Monochromatic Colors of #5FDFE3
Black with #5FDFE3
Text Example
Text Example
White with #5FDFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDFE3; }
p { color: rgb(95,223,227); }
H1.HeaderClassName
{
color: #5FDFE3;
}
.AnyTagClassName
{
color: #5FDFE3;
}
</style>
background-color css
<style>
a { background-color: #5FDFE3; }
a { background-color: rgb(95,223,227); }
div.DivClassName
{
background-color: #5FDFE3;
}
.BgClassName
{
background-color: #5FDFE3;
}
</style>
border-color css
<style>
span { border-color: #5FDFE3; }
span { border-color: rgb(95,223,227); }
td.TdClassName
{
border-color: #5FDFE3;
}
.TagClassName
{
border-color: #5FDFE3;
}
</style>