Shades of Turquoise #2BEECA
Tints of Turquoise #2BEECA
RGB
CMYK
RGB Variations
Color information
#2BEECA (or 0x2BEECA) is known color: Turquoise. HEX triplet: 2B, EE and CA. RGB value is (43,238,202). Sum of RGB (Red+Green+Blue) = 43+238+202=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEECA is #D41135. Grayscale: #AFAFAF. Windows color (decimal): -13898038 or 13299243. OLE color: 13299243.
HSL color Cylindrical-coordinate representation of color #2BEECA: hue angle of 168.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEECA is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 202 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.07 |
| HSL | 168.92º | 0.85% | 0.55% | - |
| HSV(B) | 168.92º | 0.82% | 0.93% | - |
| XYZ | 42.23 | 65.93 | 66.38 | - |
| YUV | 175.59 | 142.9 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 202 | 0.82 | 0 | 0.15 | 0.07 | 168.92 | 0.85 | 0.55 |
| Hex | 2B | EE | CA | 52 | 0 | F | 7 | A9 | 55 | 37 |
| Octal | 53 | 356 | 312 | 122 | 0 | 17 | 7 | 251 | 125 | 67 |
| Binary | 101011 | 11101110 | 11001010 | 1010010 | 0 | 1111 | 111 | 10101001 | 1010101 | 110111 |
Color Harmonies of #2BEECA
Complementary color
Monochromatic Colors of #2BEECA
Black with #2BEECA
Text Example
Text Example
White with #2BEECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEECA; }
p { color: rgb(43,238,202); }
H1.HeaderClassName
{
color: #2BEECA;
}
.AnyTagClassName
{
color: #2BEECA;
}
</style>
background-color css
<style>
a { background-color: #2BEECA; }
a { background-color: rgb(43,238,202); }
div.DivClassName
{
background-color: #2BEECA;
}
.BgClassName
{
background-color: #2BEECA;
}
</style>
border-color css
<style>
span { border-color: #2BEECA; }
span { border-color: rgb(43,238,202); }
td.TdClassName
{
border-color: #2BEECA;
}
.TagClassName
{
border-color: #2BEECA;
}
</style>