Shades of Turquoise Blue #5FCFF4
Tints of Turquoise Blue #5FCFF4
RGB
CMYK
RGB Variations
Color information
#5FCFF4 (or 0x5FCFF4) is known color: Turquoise Blue. HEX triplet: 5F, CF and F4. RGB value is (95,207,244). Sum of RGB (Red+Green+Blue) = 95+207+244=546 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.40% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #5FCFF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCFF4 is #A0300B. Grayscale: #B1B1B1. Windows color (decimal): -10498060 or 16043871. OLE color: 16043871.
HSL color Cylindrical-coordinate representation of color #5FCFF4: hue angle of 194.9º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FCFF4 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 207 | 244 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.04 |
| HSL | 194.9º | 0.87% | 0.66% | - |
| HSV(B) | 194.9º | 0.61% | 0.96% | - |
| XYZ | 43.36 | 53.59 | 93.65 | - |
| YUV | 177.73 | 165.39 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 244 | 0.61 | 0.15 | 0 | 0.04 | 194.9 | 0.87 | 0.66 |
| Hex | 5F | CF | F4 | 3D | F | 0 | 4 | C3 | 57 | 42 |
| Octal | 137 | 317 | 364 | 75 | 17 | 0 | 4 | 303 | 127 | 102 |
| Binary | 1011111 | 11001111 | 11110100 | 111101 | 1111 | 0 | 100 | 11000011 | 1010111 | 1000010 |
Color Harmonies of #5FCFF4
Complementary color
Monochromatic Colors of #5FCFF4
Black with #5FCFF4
Text Example
Text Example
White with #5FCFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFF4; }
p { color: rgb(95,207,244); }
H1.HeaderClassName
{
color: #5FCFF4;
}
.AnyTagClassName
{
color: #5FCFF4;
}
</style>
background-color css
<style>
a { background-color: #5FCFF4; }
a { background-color: rgb(95,207,244); }
div.DivClassName
{
background-color: #5FCFF4;
}
.BgClassName
{
background-color: #5FCFF4;
}
</style>
border-color css
<style>
span { border-color: #5FCFF4; }
span { border-color: rgb(95,207,244); }
td.TdClassName
{
border-color: #5FCFF4;
}
.TagClassName
{
border-color: #5FCFF4;
}
</style>