Shades of Turquoise #4AFBCC
Tints of Turquoise #4AFBCC
RGB
CMYK
RGB Variations
Color information
#4AFBCC (or 0x4AFBCC) is known color: Turquoise. HEX triplet: 4A, FB and CC. RGB value is (74,251,204). Sum of RGB (Red+Green+Blue) = 74+251+204=529 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.99% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBCC is #B50433. Grayscale: #C0C0C0. Windows color (decimal): -11863092 or 13433674. OLE color: 13433674.
HSL color Cylindrical-coordinate representation of color #4AFBCC: hue angle of 164.07º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBCC is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 204 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.02 |
| HSL | 164.07º | 0.96% | 0.64% | - |
| HSV(B) | 164.07º | 0.71% | 0.98% | - |
| XYZ | 48.22 | 74.81 | 69.03 | - |
| YUV | 192.72 | 134.36 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 204 | 0.71 | 0 | 0.19 | 0.02 | 164.07 | 0.96 | 0.64 |
| Hex | 4A | FB | CC | 47 | 0 | 13 | 2 | A4 | 60 | 40 |
| Octal | 112 | 373 | 314 | 107 | 0 | 23 | 2 | 244 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11001100 | 1000111 | 0 | 10011 | 10 | 10100100 | 1100000 | 1000000 |
Color Harmonies of #4AFBCC
Complementary color
Monochromatic Colors of #4AFBCC
Black with #4AFBCC
Text Example
Text Example
White with #4AFBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBCC; }
p { color: rgb(74,251,204); }
H1.HeaderClassName
{
color: #4AFBCC;
}
.AnyTagClassName
{
color: #4AFBCC;
}
</style>
background-color css
<style>
a { background-color: #4AFBCC; }
a { background-color: rgb(74,251,204); }
div.DivClassName
{
background-color: #4AFBCC;
}
.BgClassName
{
background-color: #4AFBCC;
}
</style>
border-color css
<style>
span { border-color: #4AFBCC; }
span { border-color: rgb(74,251,204); }
td.TdClassName
{
border-color: #4AFBCC;
}
.TagClassName
{
border-color: #4AFBCC;
}
</style>