Shades of Turquoise Blue #4FDFEE
Tints of Turquoise Blue #4FDFEE
RGB
CMYK
RGB Variations
Color information
#4FDFEE (or 0x4FDFEE) is known color: Turquoise Blue. HEX triplet: 4F, DF and EE. RGB value is (79,223,238). Sum of RGB (Red+Green+Blue) = 79+223+238=540 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.63% from 540); Green value is 223 (87.5% from 255 or 41.30% 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 #4FDFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDFEE is #B02011. Grayscale: #B5B5B5. Windows color (decimal): -11542546 or 15654735. OLE color: 15654735.
HSL color Cylindrical-coordinate representation of color #4FDFEE: hue angle of 185.66º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDFEE is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 223 | 238 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.07 |
| HSL | 185.66º | 0.82% | 0.62% | - |
| HSV(B) | 185.66º | 0.67% | 0.93% | - |
| XYZ | 45.04 | 60.61 | 90.21 | - |
| YUV | 181.65 | 159.79 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 238 | 0.67 | 0.06 | 0 | 0.07 | 185.66 | 0.82 | 0.62 |
| Hex | 4F | DF | EE | 43 | 6 | 0 | 7 | BA | 52 | 3E |
| Octal | 117 | 337 | 356 | 103 | 6 | 0 | 7 | 272 | 122 | 76 |
| Binary | 1001111 | 11011111 | 11101110 | 1000011 | 110 | 0 | 111 | 10111010 | 1010010 | 111110 |
Color Harmonies of #4FDFEE
Complementary color
Monochromatic Colors of #4FDFEE
Black with #4FDFEE
Text Example
Text Example
White with #4FDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFEE; }
p { color: rgb(79,223,238); }
H1.HeaderClassName
{
color: #4FDFEE;
}
.AnyTagClassName
{
color: #4FDFEE;
}
</style>
background-color css
<style>
a { background-color: #4FDFEE; }
a { background-color: rgb(79,223,238); }
div.DivClassName
{
background-color: #4FDFEE;
}
.BgClassName
{
background-color: #4FDFEE;
}
</style>
border-color css
<style>
span { border-color: #4FDFEE; }
span { border-color: rgb(79,223,238); }
td.TdClassName
{
border-color: #4FDFEE;
}
.TagClassName
{
border-color: #4FDFEE;
}
</style>