Shades of Turquoise #4CF8CB
Tints of Turquoise #4CF8CB
RGB
CMYK
RGB Variations
Color information
#4CF8CB (or 0x4CF8CB) is known color: Turquoise. HEX triplet: 4C, F8 and CB. RGB value is (76,248,203). Sum of RGB (Red+Green+Blue) = 76+248+203=527 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.42% from 527); Green value is 248 (97.27% from 255 or 47.06% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF8CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF8CB is #B30734. Grayscale: #BFBFBF. Windows color (decimal): -11732789 or 13367372. OLE color: 13367372.
HSL color Cylindrical-coordinate representation of color #4CF8CB: hue angle of 164.3º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF8CB is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 248 | 203 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.03 |
| HSL | 164.3º | 0.92% | 0.64% | - |
| HSV(B) | 164.3º | 0.69% | 0.97% | - |
| XYZ | 47.33 | 72.98 | 68.09 | - |
| YUV | 191.44 | 134.52 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 248 | 203 | 0.69 | 0 | 0.18 | 0.03 | 164.3 | 0.92 | 0.64 |
| Hex | 4C | F8 | CB | 45 | 0 | 12 | 3 | A4 | 5C | 40 |
| Octal | 114 | 370 | 313 | 105 | 0 | 22 | 3 | 244 | 134 | 100 |
| Binary | 1001100 | 11111000 | 11001011 | 1000101 | 0 | 10010 | 11 | 10100100 | 1011100 | 1000000 |
Color Harmonies of #4CF8CB
Complementary color
Monochromatic Colors of #4CF8CB
Black with #4CF8CB
Text Example
Text Example
White with #4CF8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF8CB; }
p { color: rgb(76,248,203); }
H1.HeaderClassName
{
color: #4CF8CB;
}
.AnyTagClassName
{
color: #4CF8CB;
}
</style>
background-color css
<style>
a { background-color: #4CF8CB; }
a { background-color: rgb(76,248,203); }
div.DivClassName
{
background-color: #4CF8CB;
}
.BgClassName
{
background-color: #4CF8CB;
}
</style>
border-color css
<style>
span { border-color: #4CF8CB; }
span { border-color: rgb(76,248,203); }
td.TdClassName
{
border-color: #4CF8CB;
}
.TagClassName
{
border-color: #4CF8CB;
}
</style>