Shades of Turquoise Blue #5FCAE2
Tints of Turquoise Blue #5FCAE2
RGB
CMYK
RGB Variations
Color information
#5FCAE2 (or 0x5FCAE2) is known color: Turquoise Blue. HEX triplet: 5F, CA and E2. RGB value is (95,202,226). Sum of RGB (Red+Green+Blue) = 95+202+226=523 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.16% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 226 - color contains mainly: blue. Hex color #5FCAE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCAE2 is #A0351D. Grayscale: #ACACAC. Windows color (decimal): -10499358 or 14862943. OLE color: 14862943.
HSL color Cylindrical-coordinate representation of color #5FCAE2: hue angle of 190.99º degrees, saturation: 0.69, 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 #5FCAE2 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 202 | 226 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.11 |
| HSL | 190.99º | 0.69% | 0.63% | - |
| HSV(B) | 190.99º | 0.58% | 0.89% | - |
| XYZ | 39.57 | 50.16 | 79.55 | - |
| YUV | 172.74 | 158.05 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 226 | 0.58 | 0.11 | 0 | 0.11 | 190.99 | 0.69 | 0.63 |
| Hex | 5F | CA | E2 | 3A | B | 0 | B | BF | 45 | 3F |
| Octal | 137 | 312 | 342 | 72 | 13 | 0 | 13 | 277 | 105 | 77 |
| Binary | 1011111 | 11001010 | 11100010 | 111010 | 1011 | 0 | 1011 | 10111111 | 1000101 | 111111 |
Color Harmonies of #5FCAE2
Complementary color
Monochromatic Colors of #5FCAE2
Black with #5FCAE2
Text Example
Text Example
White with #5FCAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCAE2; }
p { color: rgb(95,202,226); }
H1.HeaderClassName
{
color: #5FCAE2;
}
.AnyTagClassName
{
color: #5FCAE2;
}
</style>
background-color css
<style>
a { background-color: #5FCAE2; }
a { background-color: rgb(95,202,226); }
div.DivClassName
{
background-color: #5FCAE2;
}
.BgClassName
{
background-color: #5FCAE2;
}
</style>
border-color css
<style>
span { border-color: #5FCAE2; }
span { border-color: rgb(95,202,226); }
td.TdClassName
{
border-color: #5FCAE2;
}
.TagClassName
{
border-color: #5FCAE2;
}
</style>