Shades of Turquoise #4BF2CA
Tints of Turquoise #4BF2CA
RGB
CMYK
RGB Variations
Color information
#4BF2CA (or 0x4BF2CA) is known color: Turquoise. HEX triplet: 4B, F2 and CA. RGB value is (75,242,202). Sum of RGB (Red+Green+Blue) = 75+242+202=519 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.45% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF2CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF2CA is #B40D35. Grayscale: #BBBBBB. Windows color (decimal): -11799862 or 13300299. OLE color: 13300299.
HSL color Cylindrical-coordinate representation of color #4BF2CA: hue angle of 165.63º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF2CA is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 242 | 202 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.05 |
| HSL | 165.63º | 0.87% | 0.62% | - |
| HSV(B) | 165.63º | 0.69% | 0.95% | - |
| XYZ | 45.31 | 69.26 | 66.86 | - |
| YUV | 187.51 | 136.17 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 242 | 202 | 0.69 | 0 | 0.17 | 0.05 | 165.63 | 0.87 | 0.62 |
| Hex | 4B | F2 | CA | 45 | 0 | 11 | 5 | A6 | 57 | 3E |
| Octal | 113 | 362 | 312 | 105 | 0 | 21 | 5 | 246 | 127 | 76 |
| Binary | 1001011 | 11110010 | 11001010 | 1000101 | 0 | 10001 | 101 | 10100110 | 1010111 | 111110 |
Color Harmonies of #4BF2CA
Complementary color
Monochromatic Colors of #4BF2CA
Black with #4BF2CA
Text Example
Text Example
White with #4BF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF2CA; }
p { color: rgb(75,242,202); }
H1.HeaderClassName
{
color: #4BF2CA;
}
.AnyTagClassName
{
color: #4BF2CA;
}
</style>
background-color css
<style>
a { background-color: #4BF2CA; }
a { background-color: rgb(75,242,202); }
div.DivClassName
{
background-color: #4BF2CA;
}
.BgClassName
{
background-color: #4BF2CA;
}
</style>
border-color css
<style>
span { border-color: #4BF2CA; }
span { border-color: rgb(75,242,202); }
td.TdClassName
{
border-color: #4BF2CA;
}
.TagClassName
{
border-color: #4BF2CA;
}
</style>