Shades of Turquoise Blue #4FCDEF
Tints of Turquoise Blue #4FCDEF
RGB
CMYK
RGB Variations
Color information
#4FCDEF (or 0x4FCDEF) is known color: Turquoise Blue. HEX triplet: 4F, CD and EF. RGB value is (79,205,239). Sum of RGB (Red+Green+Blue) = 79+205+239=523 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.11% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #4FCDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCDEF is #B03210. Grayscale: #AAAAAA. Windows color (decimal): -11547153 or 15715663. OLE color: 15715663.
HSL color Cylindrical-coordinate representation of color #4FCDEF: hue angle of 192.75º 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 #4FCDEF is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 205 | 239 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.06 |
| HSL | 192.75º | 0.83% | 0.62% | - |
| HSV(B) | 192.75º | 0.67% | 0.94% | - |
| XYZ | 40.64 | 51.56 | 89.47 | - |
| YUV | 171.2 | 166.26 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 205 | 239 | 0.67 | 0.14 | 0 | 0.06 | 192.75 | 0.83 | 0.62 |
| Hex | 4F | CD | EF | 43 | E | 0 | 6 | C1 | 53 | 3E |
| Octal | 117 | 315 | 357 | 103 | 16 | 0 | 6 | 301 | 123 | 76 |
| Binary | 1001111 | 11001101 | 11101111 | 1000011 | 1110 | 0 | 110 | 11000001 | 1010011 | 111110 |
Color Harmonies of #4FCDEF
Complementary color
Monochromatic Colors of #4FCDEF
Black with #4FCDEF
Text Example
Text Example
White with #4FCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCDEF; }
p { color: rgb(79,205,239); }
H1.HeaderClassName
{
color: #4FCDEF;
}
.AnyTagClassName
{
color: #4FCDEF;
}
</style>
background-color css
<style>
a { background-color: #4FCDEF; }
a { background-color: rgb(79,205,239); }
div.DivClassName
{
background-color: #4FCDEF;
}
.BgClassName
{
background-color: #4FCDEF;
}
</style>
border-color css
<style>
span { border-color: #4FCDEF; }
span { border-color: rgb(79,205,239); }
td.TdClassName
{
border-color: #4FCDEF;
}
.TagClassName
{
border-color: #4FCDEF;
}
</style>