Shades of Turquoise Blue #4FCEEF
Tints of Turquoise Blue #4FCEEF
RGB
CMYK
RGB Variations
Color information
#4FCEEF (or 0x4FCEEF) is known color: Turquoise Blue. HEX triplet: 4F, CE and EF. RGB value is (79,206,239). Sum of RGB (Red+Green+Blue) = 79+206+239=524 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.08% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 239 (93.75% from 255 or 45.61% from 524); Max value from RGB is 239 - color contains mainly: blue. Hex color #4FCEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCEEF is #B03110. Grayscale: #ABABAB. Windows color (decimal): -11546897 or 15715919. OLE color: 15715919.
HSL color Cylindrical-coordinate representation of color #4FCEEF: hue angle of 192.38º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FCEEF is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 206 | 239 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.06 |
| HSL | 192.38º | 0.83% | 0.62% | - |
| HSV(B) | 192.38º | 0.67% | 0.94% | - |
| XYZ | 40.88 | 52.04 | 89.55 | - |
| YUV | 171.79 | 165.92 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 239 | 0.67 | 0.14 | 0 | 0.06 | 192.38 | 0.83 | 0.62 |
| Hex | 4F | CE | EF | 43 | E | 0 | 6 | C0 | 53 | 3E |
| Octal | 117 | 316 | 357 | 103 | 16 | 0 | 6 | 300 | 123 | 76 |
| Binary | 1001111 | 11001110 | 11101111 | 1000011 | 1110 | 0 | 110 | 11000000 | 1010011 | 111110 |
Color Harmonies of #4FCEEF
Complementary color
Monochromatic Colors of #4FCEEF
Black with #4FCEEF
Text Example
Text Example
White with #4FCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEEF; }
p { color: rgb(79,206,239); }
H1.HeaderClassName
{
color: #4FCEEF;
}
.AnyTagClassName
{
color: #4FCEEF;
}
</style>
background-color css
<style>
a { background-color: #4FCEEF; }
a { background-color: rgb(79,206,239); }
div.DivClassName
{
background-color: #4FCEEF;
}
.BgClassName
{
background-color: #4FCEEF;
}
</style>
border-color css
<style>
span { border-color: #4FCEEF; }
span { border-color: rgb(79,206,239); }
td.TdClassName
{
border-color: #4FCEEF;
}
.TagClassName
{
border-color: #4FCEEF;
}
</style>