Shades of Turquoise #2BDEED
Tints of Turquoise #2BDEED
RGB
CMYK
RGB Variations
Color information
#2BDEED (or 0x2BDEED) is known color: Turquoise. HEX triplet: 2B, DE and ED. RGB value is (43,222,237). Sum of RGB (Red+Green+Blue) = 43+222+237=502 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.57% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #2BDEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDEED is #D42112. Grayscale: #A9A9A9. Windows color (decimal): -13902099 or 15588907. OLE color: 15588907.
HSL color Cylindrical-coordinate representation of color #2BDEED: hue angle of 184.64º 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 #2BDEED is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 222 | 237 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.07 |
| HSL | 184.64º | 0.84% | 0.55% | - |
| HSV(B) | 184.64º | 0.82% | 0.93% | - |
| XYZ | 42.4 | 58.87 | 89.25 | - |
| YUV | 170.19 | 165.7 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 237 | 0.82 | 0.06 | 0 | 0.07 | 184.64 | 0.84 | 0.55 |
| Hex | 2B | DE | ED | 52 | 6 | 0 | 7 | B9 | 54 | 37 |
| Octal | 53 | 336 | 355 | 122 | 6 | 0 | 7 | 271 | 124 | 67 |
| Binary | 101011 | 11011110 | 11101101 | 1010010 | 110 | 0 | 111 | 10111001 | 1010100 | 110111 |
Color Harmonies of #2BDEED
Complementary color
Monochromatic Colors of #2BDEED
Black with #2BDEED
Text Example
Text Example
White with #2BDEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDEED; }
p { color: rgb(43,222,237); }
H1.HeaderClassName
{
color: #2BDEED;
}
.AnyTagClassName
{
color: #2BDEED;
}
</style>
background-color css
<style>
a { background-color: #2BDEED; }
a { background-color: rgb(43,222,237); }
div.DivClassName
{
background-color: #2BDEED;
}
.BgClassName
{
background-color: #2BDEED;
}
</style>
border-color css
<style>
span { border-color: #2BDEED; }
span { border-color: rgb(43,222,237); }
td.TdClassName
{
border-color: #2BDEED;
}
.TagClassName
{
border-color: #2BDEED;
}
</style>