Shades of Turquoise Blue #5FCFEE
Tints of Turquoise Blue #5FCFEE
RGB
CMYK
RGB Variations
Color information
#5FCFEE (or 0x5FCFEE) is known color: Turquoise Blue. HEX triplet: 5F, CF and EE. RGB value is (95,207,238). Sum of RGB (Red+Green+Blue) = 95+207+238=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #5FCFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCFEE is #A03011. Grayscale: #B0B0B0. Windows color (decimal): -10498066 or 15650655. OLE color: 15650655.
HSL color Cylindrical-coordinate representation of color #5FCFEE: hue angle of 193.01º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FCFEE is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 207 | 238 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.07 |
| HSL | 193.01º | 0.81% | 0.65% | - |
| HSV(B) | 193.01º | 0.6% | 0.93% | - |
| XYZ | 42.46 | 53.23 | 88.93 | - |
| YUV | 177.05 | 162.39 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 238 | 0.60 | 0.13 | 0 | 0.07 | 193.01 | 0.81 | 0.65 |
| Hex | 5F | CF | EE | 3C | D | 0 | 7 | C1 | 51 | 41 |
| Octal | 137 | 317 | 356 | 74 | 15 | 0 | 7 | 301 | 121 | 101 |
| Binary | 1011111 | 11001111 | 11101110 | 111100 | 1101 | 0 | 111 | 11000001 | 1010001 | 1000001 |
Color Harmonies of #5FCFEE
Complementary color
Monochromatic Colors of #5FCFEE
Black with #5FCFEE
Text Example
Text Example
White with #5FCFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFEE; }
p { color: rgb(95,207,238); }
H1.HeaderClassName
{
color: #5FCFEE;
}
.AnyTagClassName
{
color: #5FCFEE;
}
</style>
background-color css
<style>
a { background-color: #5FCFEE; }
a { background-color: rgb(95,207,238); }
div.DivClassName
{
background-color: #5FCFEE;
}
.BgClassName
{
background-color: #5FCFEE;
}
</style>
border-color css
<style>
span { border-color: #5FCFEE; }
span { border-color: rgb(95,207,238); }
td.TdClassName
{
border-color: #5FCFEE;
}
.TagClassName
{
border-color: #5FCFEE;
}
</style>