Shades of Turquoise Blue #4FCEED
Tints of Turquoise Blue #4FCEED
RGB
CMYK
RGB Variations
Color information
#4FCEED (or 0x4FCEED) is known color: Turquoise Blue. HEX triplet: 4F, CE and ED. RGB value is (79,206,237). Sum of RGB (Red+Green+Blue) = 79+206+237=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FCEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCEED is #B03112. Grayscale: #ABABAB. Windows color (decimal): -11546899 or 15584847. OLE color: 15584847.
HSL color Cylindrical-coordinate representation of color #4FCEED: hue angle of 191.77º degrees, saturation: 0.81, 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 #4FCEED is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 206 | 237 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.07 |
| HSL | 191.77º | 0.81% | 0.62% | - |
| HSV(B) | 191.77º | 0.67% | 0.93% | - |
| XYZ | 40.58 | 51.92 | 88 | - |
| YUV | 171.56 | 164.92 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 206 | 237 | 0.67 | 0.13 | 0 | 0.07 | 191.77 | 0.81 | 0.62 |
| Hex | 4F | CE | ED | 43 | D | 0 | 7 | C0 | 51 | 3E |
| Octal | 117 | 316 | 355 | 103 | 15 | 0 | 7 | 300 | 121 | 76 |
| Binary | 1001111 | 11001110 | 11101101 | 1000011 | 1101 | 0 | 111 | 11000000 | 1010001 | 111110 |
Color Harmonies of #4FCEED
Complementary color
Monochromatic Colors of #4FCEED
Black with #4FCEED
Text Example
Text Example
White with #4FCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCEED; }
p { color: rgb(79,206,237); }
H1.HeaderClassName
{
color: #4FCEED;
}
.AnyTagClassName
{
color: #4FCEED;
}
</style>
background-color css
<style>
a { background-color: #4FCEED; }
a { background-color: rgb(79,206,237); }
div.DivClassName
{
background-color: #4FCEED;
}
.BgClassName
{
background-color: #4FCEED;
}
</style>
border-color css
<style>
span { border-color: #4FCEED; }
span { border-color: rgb(79,206,237); }
td.TdClassName
{
border-color: #4FCEED;
}
.TagClassName
{
border-color: #4FCEED;
}
</style>