Shades of Turquoise #2BEFDF
Tints of Turquoise #2BEFDF
RGB
CMYK
RGB Variations
Color information
#2BEFDF (or 0x2BEFDF) is known color: Turquoise. HEX triplet: 2B, EF and DF. RGB value is (43,239,223). Sum of RGB (Red+Green+Blue) = 43+239+223=505 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.51% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFDF is #D41020. Grayscale: #B2B2B2. Windows color (decimal): -13897761 or 14675755. OLE color: 14675755.
HSL color Cylindrical-coordinate representation of color #2BEFDF: hue angle of 175.1º 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 #2BEFDF is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 223 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.06 |
| HSL | 175.1º | 0.86% | 0.55% | - |
| HSV(B) | 175.1º | 0.82% | 0.94% | - |
| XYZ | 45.18 | 67.57 | 80.47 | - |
| YUV | 178.57 | 153.07 | 31.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 223 | 0.82 | 0 | 0.07 | 0.06 | 175.1 | 0.86 | 0.55 |
| Hex | 2B | EF | DF | 52 | 0 | 7 | 6 | AF | 56 | 37 |
| Octal | 53 | 357 | 337 | 122 | 0 | 7 | 6 | 257 | 126 | 67 |
| Binary | 101011 | 11101111 | 11011111 | 1010010 | 0 | 111 | 110 | 10101111 | 1010110 | 110111 |
Color Harmonies of #2BEFDF
Complementary color
Monochromatic Colors of #2BEFDF
Black with #2BEFDF
Text Example
Text Example
White with #2BEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFDF; }
p { color: rgb(43,239,223); }
H1.HeaderClassName
{
color: #2BEFDF;
}
.AnyTagClassName
{
color: #2BEFDF;
}
</style>
background-color css
<style>
a { background-color: #2BEFDF; }
a { background-color: rgb(43,239,223); }
div.DivClassName
{
background-color: #2BEFDF;
}
.BgClassName
{
background-color: #2BEFDF;
}
</style>
border-color css
<style>
span { border-color: #2BEFDF; }
span { border-color: rgb(43,239,223); }
td.TdClassName
{
border-color: #2BEFDF;
}
.TagClassName
{
border-color: #2BEFDF;
}
</style>