Shades of Turquoise Blue #5FCFEF
Tints of Turquoise Blue #5FCFEF
RGB
CMYK
RGB Variations
Color information
#5FCFEF (or 0x5FCFEF) is known color: Turquoise Blue. HEX triplet: 5F, CF and EF. RGB value is (95,207,239). Sum of RGB (Red+Green+Blue) = 95+207+239=541 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.56% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FCFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCFEF is #A03010. Grayscale: #B0B0B0. Windows color (decimal): -10498065 or 15716191. OLE color: 15716191.
HSL color Cylindrical-coordinate representation of color #5FCFEF: hue angle of 193.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FCFEF is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 207 | 239 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.06 |
| HSL | 193.33º | 0.82% | 0.65% | - |
| HSV(B) | 193.33º | 0.6% | 0.94% | - |
| XYZ | 42.61 | 53.29 | 89.7 | - |
| YUV | 177.16 | 162.89 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 239 | 0.60 | 0.13 | 0 | 0.06 | 193.33 | 0.82 | 0.65 |
| Hex | 5F | CF | EF | 3C | D | 0 | 6 | C1 | 52 | 41 |
| Octal | 137 | 317 | 357 | 74 | 15 | 0 | 6 | 301 | 122 | 101 |
| Binary | 1011111 | 11001111 | 11101111 | 111100 | 1101 | 0 | 110 | 11000001 | 1010010 | 1000001 |
Color Harmonies of #5FCFEF
Complementary color
Monochromatic Colors of #5FCFEF
Black with #5FCFEF
Text Example
Text Example
White with #5FCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFEF; }
p { color: rgb(95,207,239); }
H1.HeaderClassName
{
color: #5FCFEF;
}
.AnyTagClassName
{
color: #5FCFEF;
}
</style>
background-color css
<style>
a { background-color: #5FCFEF; }
a { background-color: rgb(95,207,239); }
div.DivClassName
{
background-color: #5FCFEF;
}
.BgClassName
{
background-color: #5FCFEF;
}
</style>
border-color css
<style>
span { border-color: #5FCFEF; }
span { border-color: rgb(95,207,239); }
td.TdClassName
{
border-color: #5FCFEF;
}
.TagClassName
{
border-color: #5FCFEF;
}
</style>