Shades of Turquoise #4AFFCB
Tints of Turquoise #4AFFCB
RGB
CMYK
RGB Variations
Color information
#4AFFCB (or 0x4AFFCB) is known color: Turquoise. HEX triplet: 4A, FF and CB. RGB value is (74,255,203). Sum of RGB (Red+Green+Blue) = 74+255+203=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFCB is #B50034. Grayscale: #C2C2C2. Windows color (decimal): -11862069 or 13369162. OLE color: 13369162.
HSL color Cylindrical-coordinate representation of color #4AFFCB: hue angle of 162.76º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFCB is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 203 | - |
| CMYK | 0.71 | 0 | 0.20 | 0 |
| HSL | 162.76º | 1% | 0.65% | - |
| HSV(B) | 162.76º | 0.71% | 1% | - |
| XYZ | 49.36 | 77.29 | 68.82 | - |
| YUV | 194.95 | 132.53 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 203 | 0.71 | 0 | 0.20 | 0 | 162.76 | 1 | 0.65 |
| Hex | 4A | FF | CB | 47 | 0 | 14 | 0 | A3 | 64 | 41 |
| Octal | 112 | 377 | 313 | 107 | 0 | 24 | 0 | 243 | 144 | 101 |
| Binary | 1001010 | 11111111 | 11001011 | 1000111 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000001 |
Color Harmonies of #4AFFCB
Complementary color
Monochromatic Colors of #4AFFCB
Black with #4AFFCB
Text Example
Text Example
White with #4AFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFCB; }
p { color: rgb(74,255,203); }
H1.HeaderClassName
{
color: #4AFFCB;
}
.AnyTagClassName
{
color: #4AFFCB;
}
</style>
background-color css
<style>
a { background-color: #4AFFCB; }
a { background-color: rgb(74,255,203); }
div.DivClassName
{
background-color: #4AFFCB;
}
.BgClassName
{
background-color: #4AFFCB;
}
</style>
border-color css
<style>
span { border-color: #4AFFCB; }
span { border-color: rgb(74,255,203); }
td.TdClassName
{
border-color: #4AFFCB;
}
.TagClassName
{
border-color: #4AFFCB;
}
</style>