Shades of Turquoise #4CF9CB
Tints of Turquoise #4CF9CB
RGB
CMYK
RGB Variations
Color information
#4CF9CB (or 0x4CF9CB) is known color: Turquoise. HEX triplet: 4C, F9 and CB. RGB value is (76,249,203). Sum of RGB (Red+Green+Blue) = 76+249+203=528 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.39% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #4CF9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF9CB is #B30634. Grayscale: #C0C0C0. Windows color (decimal): -11732533 or 13367628. OLE color: 13367628.
HSL color Cylindrical-coordinate representation of color #4CF9CB: hue angle of 164.05º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF9CB is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 249 | 203 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.02 |
| HSL | 164.05º | 0.94% | 0.64% | - |
| HSV(B) | 164.05º | 0.69% | 0.98% | - |
| XYZ | 47.64 | 73.6 | 68.2 | - |
| YUV | 192.03 | 134.19 | 45.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 249 | 203 | 0.69 | 0 | 0.18 | 0.02 | 164.05 | 0.94 | 0.64 |
| Hex | 4C | F9 | CB | 45 | 0 | 12 | 2 | A4 | 5E | 40 |
| Octal | 114 | 371 | 313 | 105 | 0 | 22 | 2 | 244 | 136 | 100 |
| Binary | 1001100 | 11111001 | 11001011 | 1000101 | 0 | 10010 | 10 | 10100100 | 1011110 | 1000000 |
Color Harmonies of #4CF9CB
Complementary color
Monochromatic Colors of #4CF9CB
Black with #4CF9CB
Text Example
Text Example
White with #4CF9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF9CB; }
p { color: rgb(76,249,203); }
H1.HeaderClassName
{
color: #4CF9CB;
}
.AnyTagClassName
{
color: #4CF9CB;
}
</style>
background-color css
<style>
a { background-color: #4CF9CB; }
a { background-color: rgb(76,249,203); }
div.DivClassName
{
background-color: #4CF9CB;
}
.BgClassName
{
background-color: #4CF9CB;
}
</style>
border-color css
<style>
span { border-color: #4CF9CB; }
span { border-color: rgb(76,249,203); }
td.TdClassName
{
border-color: #4CF9CB;
}
.TagClassName
{
border-color: #4CF9CB;
}
</style>