Shades of Turquoise #2BDFDE
Tints of Turquoise #2BDFDE
RGB
CMYK
RGB Variations
Color information
#2BDFDE (or 0x2BDFDE) is known color: Turquoise. HEX triplet: 2B, DF and DE. RGB value is (43,223,222). Sum of RGB (Red+Green+Blue) = 43+223+222=488 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.81% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDFDE is #D42021. Grayscale: #A8A8A8. Windows color (decimal): -13901858 or 14606123. OLE color: 14606123.
HSL color Cylindrical-coordinate representation of color #2BDFDE: hue angle of 179.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDFDE is Cyan = 0.81, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 222 | - |
| CMYK | 0.81 | 0 | 0.00 | 0.13 |
| HSL | 179.67º | 0.74% | 0.52% | - |
| HSV(B) | 179.67º | 0.81% | 0.87% | - |
| XYZ | 40.57 | 58.56 | 78.27 | - |
| YUV | 169.07 | 157.87 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 222 | 0.81 | 0 | 0.00 | 0.13 | 179.67 | 0.74 | 0.52 |
| Hex | 2B | DF | DE | 51 | 0 | 0 | D | B4 | 4A | 34 |
| Octal | 53 | 337 | 336 | 121 | 0 | 0 | 15 | 264 | 112 | 64 |
| Binary | 101011 | 11011111 | 11011110 | 1010001 | 0 | 0 | 1101 | 10110100 | 1001010 | 110100 |
Color Harmonies of #2BDFDE
Complementary color
Monochromatic Colors of #2BDFDE
Black with #2BDFDE
Text Example
Text Example
White with #2BDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDFDE; }
p { color: rgb(43,223,222); }
H1.HeaderClassName
{
color: #2BDFDE;
}
.AnyTagClassName
{
color: #2BDFDE;
}
</style>
background-color css
<style>
a { background-color: #2BDFDE; }
a { background-color: rgb(43,223,222); }
div.DivClassName
{
background-color: #2BDFDE;
}
.BgClassName
{
background-color: #2BDFDE;
}
</style>
border-color css
<style>
span { border-color: #2BDFDE; }
span { border-color: rgb(43,223,222); }
td.TdClassName
{
border-color: #2BDFDE;
}
.TagClassName
{
border-color: #2BDFDE;
}
</style>