Shades of Turquoise #4BF2ED
Tints of Turquoise #4BF2ED
RGB
CMYK
RGB Variations
Color information
#4BF2ED (or 0x4BF2ED) is known color: Turquoise. HEX triplet: 4B, F2 and ED. RGB value is (75,242,237). Sum of RGB (Red+Green+Blue) = 75+242+237=554 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.54% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF2ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF2ED is #B40D12. Grayscale: #BFBFBF. Windows color (decimal): -11799827 or 15594059. OLE color: 15594059.
HSL color Cylindrical-coordinate representation of color #4BF2ED: hue angle of 178.2º 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 #4BF2ED is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 242 | 237 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.05 |
| HSL | 178.2º | 0.87% | 0.62% | - |
| HSV(B) | 178.2º | 0.69% | 0.95% | - |
| XYZ | 49.94 | 71.11 | 91.22 | - |
| YUV | 191.5 | 153.67 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 242 | 237 | 0.69 | 0 | 0.02 | 0.05 | 178.2 | 0.87 | 0.62 |
| Hex | 4B | F2 | ED | 45 | 0 | 2 | 5 | B2 | 57 | 3E |
| Octal | 113 | 362 | 355 | 105 | 0 | 2 | 5 | 262 | 127 | 76 |
| Binary | 1001011 | 11110010 | 11101101 | 1000101 | 0 | 10 | 101 | 10110010 | 1010111 | 111110 |
Color Harmonies of #4BF2ED
Complementary color
Monochromatic Colors of #4BF2ED
Black with #4BF2ED
Text Example
Text Example
White with #4BF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF2ED; }
p { color: rgb(75,242,237); }
H1.HeaderClassName
{
color: #4BF2ED;
}
.AnyTagClassName
{
color: #4BF2ED;
}
</style>
background-color css
<style>
a { background-color: #4BF2ED; }
a { background-color: rgb(75,242,237); }
div.DivClassName
{
background-color: #4BF2ED;
}
.BgClassName
{
background-color: #4BF2ED;
}
</style>
border-color css
<style>
span { border-color: #4BF2ED; }
span { border-color: rgb(75,242,237); }
td.TdClassName
{
border-color: #4BF2ED;
}
.TagClassName
{
border-color: #4BF2ED;
}
</style>