Shades of Turquoise #4BF6E6
Tints of Turquoise #4BF6E6
RGB
CMYK
RGB Variations
Color information
#4BF6E6 (or 0x4BF6E6) is known color: Turquoise. HEX triplet: 4B, F6 and E6. RGB value is (75,246,230). Sum of RGB (Red+Green+Blue) = 75+246+230=551 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.61% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #4BF6E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF6E6 is #B40919. Grayscale: #C0C0C0. Windows color (decimal): -11798810 or 15136331. OLE color: 15136331.
HSL color Cylindrical-coordinate representation of color #4BF6E6: hue angle of 174.39º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF6E6 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 75 | 246 | 230 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.04 |
| HSL | 174.39º | 0.9% | 0.63% | - |
| HSV(B) | 174.39º | 0.7% | 0.96% | - |
| XYZ | 50.14 | 73.12 | 86.33 | - |
| YUV | 193.05 | 148.85 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 246 | 230 | 0.70 | 0 | 0.07 | 0.04 | 174.39 | 0.9 | 0.63 |
| Hex | 4B | F6 | E6 | 46 | 0 | 7 | 4 | AE | 5A | 3F |
| Octal | 113 | 366 | 346 | 106 | 0 | 7 | 4 | 256 | 132 | 77 |
| Binary | 1001011 | 11110110 | 11100110 | 1000110 | 0 | 111 | 100 | 10101110 | 1011010 | 111111 |
Color Harmonies of #4BF6E6
Complementary color
Monochromatic Colors of #4BF6E6
Black with #4BF6E6
Text Example
Text Example
White with #4BF6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BF6E6; }
p { color: rgb(75,246,230); }
H1.HeaderClassName
{
color: #4BF6E6;
}
.AnyTagClassName
{
color: #4BF6E6;
}
</style>
background-color css
<style>
a { background-color: #4BF6E6; }
a { background-color: rgb(75,246,230); }
div.DivClassName
{
background-color: #4BF6E6;
}
.BgClassName
{
background-color: #4BF6E6;
}
</style>
border-color css
<style>
span { border-color: #4BF6E6; }
span { border-color: rgb(75,246,230); }
td.TdClassName
{
border-color: #4BF6E6;
}
.TagClassName
{
border-color: #4BF6E6;
}
</style>