Shades of Turquoise #2BDEEF
Tints of Turquoise #2BDEEF
RGB
CMYK
RGB Variations
Color information
#2BDEEF (or 0x2BDEEF) is known color: Turquoise. HEX triplet: 2B, DE and EF. RGB value is (43,222,239). Sum of RGB (Red+Green+Blue) = 43+222+239=504 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.53% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BDEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDEEF is #D42110. Grayscale: #AAAAAA. Windows color (decimal): -13902097 or 15719979. OLE color: 15719979.
HSL color Cylindrical-coordinate representation of color #2BDEEF: hue angle of 185.2º 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 #2BDEEF is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 222 | 239 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.06 |
| HSL | 185.2º | 0.86% | 0.55% | - |
| HSV(B) | 185.2º | 0.82% | 0.94% | - |
| XYZ | 42.7 | 58.99 | 90.8 | - |
| YUV | 170.42 | 166.7 | 37.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 239 | 0.82 | 0.07 | 0 | 0.06 | 185.2 | 0.86 | 0.55 |
| Hex | 2B | DE | EF | 52 | 7 | 0 | 6 | B9 | 56 | 37 |
| Octal | 53 | 336 | 357 | 122 | 7 | 0 | 6 | 271 | 126 | 67 |
| Binary | 101011 | 11011110 | 11101111 | 1010010 | 111 | 0 | 110 | 10111001 | 1010110 | 110111 |
Color Harmonies of #2BDEEF
Complementary color
Monochromatic Colors of #2BDEEF
Black with #2BDEEF
Text Example
Text Example
White with #2BDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDEEF; }
p { color: rgb(43,222,239); }
H1.HeaderClassName
{
color: #2BDEEF;
}
.AnyTagClassName
{
color: #2BDEEF;
}
</style>
background-color css
<style>
a { background-color: #2BDEEF; }
a { background-color: rgb(43,222,239); }
div.DivClassName
{
background-color: #2BDEEF;
}
.BgClassName
{
background-color: #2BDEEF;
}
</style>
border-color css
<style>
span { border-color: #2BDEEF; }
span { border-color: rgb(43,222,239); }
td.TdClassName
{
border-color: #2BDEEF;
}
.TagClassName
{
border-color: #2BDEEF;
}
</style>