Shades of Turquoise Blue #4FCFEF
Tints of Turquoise Blue #4FCFEF
RGB
CMYK
RGB Variations
Color information
#4FCFEF (or 0x4FCFEF) is known color: Turquoise Blue. HEX triplet: 4F, CF and EF. RGB value is (79,207,239). Sum of RGB (Red+Green+Blue) = 79+207+239=525 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.05% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #4FCFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCFEF is #B03010. Grayscale: #ACACAC. Windows color (decimal): -11546641 or 15716175. OLE color: 15716175.
HSL color Cylindrical-coordinate representation of color #4FCFEF: hue angle of 192º 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 #4FCFEF is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 207 | 239 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.06 |
| HSL | 192º | 0.83% | 0.62% | - |
| HSV(B) | 192º | 0.67% | 0.94% | - |
| XYZ | 41.12 | 52.52 | 89.63 | - |
| YUV | 172.38 | 165.59 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 239 | 0.67 | 0.13 | 0 | 0.06 | 192 | 0.83 | 0.62 |
| Hex | 4F | CF | EF | 43 | D | 0 | 6 | C0 | 53 | 3E |
| Octal | 117 | 317 | 357 | 103 | 15 | 0 | 6 | 300 | 123 | 76 |
| Binary | 1001111 | 11001111 | 11101111 | 1000011 | 1101 | 0 | 110 | 11000000 | 1010011 | 111110 |
Color Harmonies of #4FCFEF
Complementary color
Monochromatic Colors of #4FCFEF
Black with #4FCFEF
Text Example
Text Example
White with #4FCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCFEF; }
p { color: rgb(79,207,239); }
H1.HeaderClassName
{
color: #4FCFEF;
}
.AnyTagClassName
{
color: #4FCFEF;
}
</style>
background-color css
<style>
a { background-color: #4FCFEF; }
a { background-color: rgb(79,207,239); }
div.DivClassName
{
background-color: #4FCFEF;
}
.BgClassName
{
background-color: #4FCFEF;
}
</style>
border-color css
<style>
span { border-color: #4FCFEF; }
span { border-color: rgb(79,207,239); }
td.TdClassName
{
border-color: #4FCFEF;
}
.TagClassName
{
border-color: #4FCFEF;
}
</style>