Shades of Turquoise #2BDFEF
Tints of Turquoise #2BDFEF
RGB
CMYK
RGB Variations
Color information
#2BDFEF (or 0x2BDFEF) is known color: Turquoise. HEX triplet: 2B, DF and EF. RGB value is (43,223,239). Sum of RGB (Red+Green+Blue) = 43+223+239=505 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.51% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BDFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDFEF is #D42010. Grayscale: #AAAAAA. Windows color (decimal): -13901841 or 15720235. OLE color: 15720235.
HSL color Cylindrical-coordinate representation of color #2BDFEF: hue angle of 184.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BDFEF is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 223 | 239 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.06 |
| HSL | 184.9º | 0.86% | 0.55% | - |
| HSV(B) | 184.9º | 0.82% | 0.94% | - |
| XYZ | 42.96 | 59.52 | 90.89 | - |
| YUV | 171 | 166.37 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 239 | 0.82 | 0.07 | 0 | 0.06 | 184.9 | 0.86 | 0.55 |
| Hex | 2B | DF | EF | 52 | 7 | 0 | 6 | B9 | 56 | 37 |
| Octal | 53 | 337 | 357 | 122 | 7 | 0 | 6 | 271 | 126 | 67 |
| Binary | 101011 | 11011111 | 11101111 | 1010010 | 111 | 0 | 110 | 10111001 | 1010110 | 110111 |
Color Harmonies of #2BDFEF
Complementary color
Monochromatic Colors of #2BDFEF
Black with #2BDFEF
Text Example
Text Example
White with #2BDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDFEF; }
p { color: rgb(43,223,239); }
H1.HeaderClassName
{
color: #2BDFEF;
}
.AnyTagClassName
{
color: #2BDFEF;
}
</style>
background-color css
<style>
a { background-color: #2BDFEF; }
a { background-color: rgb(43,223,239); }
div.DivClassName
{
background-color: #2BDFEF;
}
.BgClassName
{
background-color: #2BDFEF;
}
</style>
border-color css
<style>
span { border-color: #2BDFEF; }
span { border-color: rgb(43,223,239); }
td.TdClassName
{
border-color: #2BDFEF;
}
.TagClassName
{
border-color: #2BDFEF;
}
</style>