Shades of Turquoise #2BEDDC
Tints of Turquoise #2BEDDC
RGB
CMYK
RGB Variations
Color information
#2BEDDC (or 0x2BEDDC) is known color: Turquoise. HEX triplet: 2B, ED and DC. RGB value is (43,237,220). Sum of RGB (Red+Green+Blue) = 43+237+220=500 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.6% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #2BEDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEDDC is #D41223. Grayscale: #B0B0B0. Windows color (decimal): -13898276 or 14478635. OLE color: 14478635.
HSL color Cylindrical-coordinate representation of color #2BEDDC: hue angle of 174.74º degrees, saturation: 0.84, 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 #2BEDDC is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 220 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.07 |
| HSL | 174.74º | 0.84% | 0.55% | - |
| HSV(B) | 174.74º | 0.82% | 0.93% | - |
| XYZ | 44.2 | 66.25 | 78.17 | - |
| YUV | 177.06 | 152.23 | 32.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 220 | 0.82 | 0 | 0.07 | 0.07 | 174.74 | 0.84 | 0.55 |
| Hex | 2B | ED | DC | 52 | 0 | 7 | 7 | AF | 54 | 37 |
| Octal | 53 | 355 | 334 | 122 | 0 | 7 | 7 | 257 | 124 | 67 |
| Binary | 101011 | 11101101 | 11011100 | 1010010 | 0 | 111 | 111 | 10101111 | 1010100 | 110111 |
Color Harmonies of #2BEDDC
Complementary color
Monochromatic Colors of #2BEDDC
Black with #2BEDDC
Text Example
Text Example
White with #2BEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEDDC; }
p { color: rgb(43,237,220); }
H1.HeaderClassName
{
color: #2BEDDC;
}
.AnyTagClassName
{
color: #2BEDDC;
}
</style>
background-color css
<style>
a { background-color: #2BEDDC; }
a { background-color: rgb(43,237,220); }
div.DivClassName
{
background-color: #2BEDDC;
}
.BgClassName
{
background-color: #2BEDDC;
}
</style>
border-color css
<style>
span { border-color: #2BEDDC; }
span { border-color: rgb(43,237,220); }
td.TdClassName
{
border-color: #2BEDDC;
}
.TagClassName
{
border-color: #2BEDDC;
}
</style>