Shades of Turquoise #2BEEDF
Tints of Turquoise #2BEEDF
RGB
CMYK
RGB Variations
Color information
#2BEEDF (or 0x2BEEDF) is known color: Turquoise. HEX triplet: 2B, EE and DF. RGB value is (43,238,223). Sum of RGB (Red+Green+Blue) = 43+238+223=504 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.53% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEEDF is #D41120. Grayscale: #B1B1B1. Windows color (decimal): -13898017 or 14675499. OLE color: 14675499.
HSL color Cylindrical-coordinate representation of color #2BEEDF: hue angle of 175.38º 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 #2BEEDF is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 223 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.07 |
| HSL | 175.38º | 0.85% | 0.55% | - |
| HSV(B) | 175.38º | 0.82% | 0.93% | - |
| XYZ | 44.89 | 66.99 | 80.38 | - |
| YUV | 177.99 | 153.4 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 223 | 0.82 | 0 | 0.06 | 0.07 | 175.38 | 0.85 | 0.55 |
| Hex | 2B | EE | DF | 52 | 0 | 6 | 7 | AF | 55 | 37 |
| Octal | 53 | 356 | 337 | 122 | 0 | 6 | 7 | 257 | 125 | 67 |
| Binary | 101011 | 11101110 | 11011111 | 1010010 | 0 | 110 | 111 | 10101111 | 1010101 | 110111 |
Color Harmonies of #2BEEDF
Complementary color
Monochromatic Colors of #2BEEDF
Black with #2BEEDF
Text Example
Text Example
White with #2BEEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEEDF; }
p { color: rgb(43,238,223); }
H1.HeaderClassName
{
color: #2BEEDF;
}
.AnyTagClassName
{
color: #2BEEDF;
}
</style>
background-color css
<style>
a { background-color: #2BEEDF; }
a { background-color: rgb(43,238,223); }
div.DivClassName
{
background-color: #2BEEDF;
}
.BgClassName
{
background-color: #2BEEDF;
}
</style>
border-color css
<style>
span { border-color: #2BEEDF; }
span { border-color: rgb(43,238,223); }
td.TdClassName
{
border-color: #2BEEDF;
}
.TagClassName
{
border-color: #2BEEDF;
}
</style>