Shades of Turquoise #4BE9CC
Tints of Turquoise #4BE9CC
RGB
CMYK
RGB Variations
Color information
#4BE9CC (or 0x4BE9CC) is known color: Turquoise. HEX triplet: 4B, E9 and CC. RGB value is (75,233,204). Sum of RGB (Red+Green+Blue) = 75+233+204=512 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.65% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #4BE9CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE9CC is #B41633. Grayscale: #B6B6B6. Windows color (decimal): -11802164 or 13429067. OLE color: 13429067.
HSL color Cylindrical-coordinate representation of color #4BE9CC: hue angle of 168.99º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE9CC is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 75 | 233 | 204 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.09 |
| HSL | 168.99º | 0.78% | 0.6% | - |
| HSV(B) | 168.99º | 0.68% | 0.91% | - |
| XYZ | 42.94 | 64.13 | 67.24 | - |
| YUV | 182.45 | 140.15 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 233 | 204 | 0.68 | 0 | 0.12 | 0.09 | 168.99 | 0.78 | 0.6 |
| Hex | 4B | E9 | CC | 44 | 0 | C | 9 | A9 | 4E | 3C |
| Octal | 113 | 351 | 314 | 104 | 0 | 14 | 11 | 251 | 116 | 74 |
| Binary | 1001011 | 11101001 | 11001100 | 1000100 | 0 | 1100 | 1001 | 10101001 | 1001110 | 111100 |
Color Harmonies of #4BE9CC
Complementary color
Monochromatic Colors of #4BE9CC
Black with #4BE9CC
Text Example
Text Example
White with #4BE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BE9CC; }
p { color: rgb(75,233,204); }
H1.HeaderClassName
{
color: #4BE9CC;
}
.AnyTagClassName
{
color: #4BE9CC;
}
</style>
background-color css
<style>
a { background-color: #4BE9CC; }
a { background-color: rgb(75,233,204); }
div.DivClassName
{
background-color: #4BE9CC;
}
.BgClassName
{
background-color: #4BE9CC;
}
</style>
border-color css
<style>
span { border-color: #4BE9CC; }
span { border-color: rgb(75,233,204); }
td.TdClassName
{
border-color: #4BE9CC;
}
.TagClassName
{
border-color: #4BE9CC;
}
</style>