Shades of Turquoise #2FF4BD
Tints of Turquoise #2FF4BD
RGB
CMYK
RGB Variations
Color information
#2FF4BD (or 0x2FF4BD) is known color: Turquoise. HEX triplet: 2F, F4 and BD. RGB value is (47,244,189). Sum of RGB (Red+Green+Blue) = 47+244+189=480 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.79% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF4BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF4BD is #D00B42. Grayscale: #B2B2B2. Windows color (decimal): -13634371 or 12448815. OLE color: 12448815.
HSL color Cylindrical-coordinate representation of color #2FF4BD: hue angle of 163.25º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF4BD is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 244 | 189 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.04 |
| HSL | 163.25º | 0.9% | 0.57% | - |
| HSV(B) | 163.25º | 0.81% | 0.96% | - |
| XYZ | 42.71 | 68.98 | 59.21 | - |
| YUV | 178.83 | 133.73 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 244 | 189 | 0.81 | 0 | 0.23 | 0.04 | 163.25 | 0.9 | 0.57 |
| Hex | 2F | F4 | BD | 51 | 0 | 17 | 4 | A3 | 5A | 39 |
| Octal | 57 | 364 | 275 | 121 | 0 | 27 | 4 | 243 | 132 | 71 |
| Binary | 101111 | 11110100 | 10111101 | 1010001 | 0 | 10111 | 100 | 10100011 | 1011010 | 111001 |
Color Harmonies of #2FF4BD
Complementary color
Monochromatic Colors of #2FF4BD
Black with #2FF4BD
Text Example
Text Example
White with #2FF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF4BD; }
p { color: rgb(47,244,189); }
H1.HeaderClassName
{
color: #2FF4BD;
}
.AnyTagClassName
{
color: #2FF4BD;
}
</style>
background-color css
<style>
a { background-color: #2FF4BD; }
a { background-color: rgb(47,244,189); }
div.DivClassName
{
background-color: #2FF4BD;
}
.BgClassName
{
background-color: #2FF4BD;
}
</style>
border-color css
<style>
span { border-color: #2FF4BD; }
span { border-color: rgb(47,244,189); }
td.TdClassName
{
border-color: #2FF4BD;
}
.TagClassName
{
border-color: #2FF4BD;
}
</style>