Shades of Turquoise #4AFBCB
Tints of Turquoise #4AFBCB
RGB
CMYK
RGB Variations
Color information
#4AFBCB (or 0x4AFBCB) is known color: Turquoise. HEX triplet: 4A, FB and CB. RGB value is (74,251,203). Sum of RGB (Red+Green+Blue) = 74+251+203=528 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.02% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBCB is #B50434. Grayscale: #C0C0C0. Windows color (decimal): -11863093 or 13368138. OLE color: 13368138.
HSL color Cylindrical-coordinate representation of color #4AFBCB: hue angle of 163.73º 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 #4AFBCB is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 203 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.02 |
| HSL | 163.73º | 0.96% | 0.64% | - |
| HSV(B) | 163.73º | 0.71% | 0.98% | - |
| XYZ | 48.1 | 74.76 | 68.4 | - |
| YUV | 192.61 | 133.86 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 203 | 0.71 | 0 | 0.19 | 0.02 | 163.73 | 0.96 | 0.64 |
| Hex | 4A | FB | CB | 47 | 0 | 13 | 2 | A4 | 60 | 40 |
| Octal | 112 | 373 | 313 | 107 | 0 | 23 | 2 | 244 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11001011 | 1000111 | 0 | 10011 | 10 | 10100100 | 1100000 | 1000000 |
Color Harmonies of #4AFBCB
Complementary color
Monochromatic Colors of #4AFBCB
Black with #4AFBCB
Text Example
Text Example
White with #4AFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBCB; }
p { color: rgb(74,251,203); }
H1.HeaderClassName
{
color: #4AFBCB;
}
.AnyTagClassName
{
color: #4AFBCB;
}
</style>
background-color css
<style>
a { background-color: #4AFBCB; }
a { background-color: rgb(74,251,203); }
div.DivClassName
{
background-color: #4AFBCB;
}
.BgClassName
{
background-color: #4AFBCB;
}
</style>
border-color css
<style>
span { border-color: #4AFBCB; }
span { border-color: rgb(74,251,203); }
td.TdClassName
{
border-color: #4AFBCB;
}
.TagClassName
{
border-color: #4AFBCB;
}
</style>