Shades of Turquoise #4FFBCA
Tints of Turquoise #4FFBCA
RGB
CMYK
RGB Variations
Color information
#4FFBCA (or 0x4FFBCA) is known color: Turquoise. HEX triplet: 4F, FB and CA. RGB value is (79,251,202). Sum of RGB (Red+Green+Blue) = 79+251+202=532 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.85% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFBCA is #B00435. Grayscale: #C2C2C2. Windows color (decimal): -11535414 or 13302607. OLE color: 13302607.
HSL color Cylindrical-coordinate representation of color #4FFBCA: hue angle of 162.91º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFBCA is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 251 | 202 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.02 |
| HSL | 162.91º | 0.96% | 0.65% | - |
| HSV(B) | 162.91º | 0.69% | 0.98% | - |
| XYZ | 48.38 | 74.92 | 67.79 | - |
| YUV | 193.99 | 132.52 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 251 | 202 | 0.69 | 0 | 0.20 | 0.02 | 162.91 | 0.96 | 0.65 |
| Hex | 4F | FB | CA | 45 | 0 | 14 | 2 | A3 | 60 | 41 |
| Octal | 117 | 373 | 312 | 105 | 0 | 24 | 2 | 243 | 140 | 101 |
| Binary | 1001111 | 11111011 | 11001010 | 1000101 | 0 | 10100 | 10 | 10100011 | 1100000 | 1000001 |
Color Harmonies of #4FFBCA
Complementary color
Monochromatic Colors of #4FFBCA
Black with #4FFBCA
Text Example
Text Example
White with #4FFBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFBCA; }
p { color: rgb(79,251,202); }
H1.HeaderClassName
{
color: #4FFBCA;
}
.AnyTagClassName
{
color: #4FFBCA;
}
</style>
background-color css
<style>
a { background-color: #4FFBCA; }
a { background-color: rgb(79,251,202); }
div.DivClassName
{
background-color: #4FFBCA;
}
.BgClassName
{
background-color: #4FFBCA;
}
</style>
border-color css
<style>
span { border-color: #4FFBCA; }
span { border-color: rgb(79,251,202); }
td.TdClassName
{
border-color: #4FFBCA;
}
.TagClassName
{
border-color: #4FFBCA;
}
</style>