Shades of Turquoise Blue #5FCEE1
Tints of Turquoise Blue #5FCEE1
RGB
CMYK
RGB Variations
Color information
#5FCEE1 (or 0x5FCEE1) is known color: Turquoise Blue. HEX triplet: 5F, CE and E1. RGB value is (95,206,225). Sum of RGB (Red+Green+Blue) = 95+206+225=526 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.06% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #5FCEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCEE1 is #A0311E. Grayscale: #AEAEAE. Windows color (decimal): -10498335 or 14798431. OLE color: 14798431.
HSL color Cylindrical-coordinate representation of color #5FCEE1: hue angle of 188.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FCEE1 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 206 | 225 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.12 |
| HSL | 188.77º | 0.68% | 0.63% | - |
| HSV(B) | 188.77º | 0.58% | 0.88% | - |
| XYZ | 40.38 | 52.01 | 79.15 | - |
| YUV | 174.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 225 | 0.58 | 0.08 | 0 | 0.12 | 188.77 | 0.68 | 0.63 |
| Hex | 5F | CE | E1 | 3A | 8 | 0 | C | BD | 44 | 3F |
| Octal | 137 | 316 | 341 | 72 | 10 | 0 | 14 | 275 | 104 | 77 |
| Binary | 1011111 | 11001110 | 11100001 | 111010 | 1000 | 0 | 1100 | 10111101 | 1000100 | 111111 |
Color Harmonies of #5FCEE1
Complementary color
Monochromatic Colors of #5FCEE1
Black with #5FCEE1
Text Example
Text Example
White with #5FCEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEE1; }
p { color: rgb(95,206,225); }
H1.HeaderClassName
{
color: #5FCEE1;
}
.AnyTagClassName
{
color: #5FCEE1;
}
</style>
background-color css
<style>
a { background-color: #5FCEE1; }
a { background-color: rgb(95,206,225); }
div.DivClassName
{
background-color: #5FCEE1;
}
.BgClassName
{
background-color: #5FCEE1;
}
</style>
border-color css
<style>
span { border-color: #5FCEE1; }
span { border-color: rgb(95,206,225); }
td.TdClassName
{
border-color: #5FCEE1;
}
.TagClassName
{
border-color: #5FCEE1;
}
</style>