Shades of Turquoise #2BDFED
Tints of Turquoise #2BDFED
RGB
CMYK
RGB Variations
Color information
#2BDFED (or 0x2BDFED) is known color: Turquoise. HEX triplet: 2B, DF and ED. RGB value is (43,223,237). Sum of RGB (Red+Green+Blue) = 43+223+237=503 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.55% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #2BDFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDFED is #D42012. Grayscale: #AAAAAA. Windows color (decimal): -13901843 or 15589163. OLE color: 15589163.
HSL color Cylindrical-coordinate representation of color #2BDFED: hue angle of 184.33º 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 #2BDFED is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 223 | 237 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.07 |
| HSL | 184.33º | 0.84% | 0.55% | - |
| HSV(B) | 184.33º | 0.82% | 0.93% | - |
| XYZ | 42.67 | 59.4 | 89.34 | - |
| YUV | 170.78 | 165.37 | 36.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 237 | 0.82 | 0.06 | 0 | 0.07 | 184.33 | 0.84 | 0.55 |
| Hex | 2B | DF | ED | 52 | 6 | 0 | 7 | B8 | 54 | 37 |
| Octal | 53 | 337 | 355 | 122 | 6 | 0 | 7 | 270 | 124 | 67 |
| Binary | 101011 | 11011111 | 11101101 | 1010010 | 110 | 0 | 111 | 10111000 | 1010100 | 110111 |
Color Harmonies of #2BDFED
Complementary color
Monochromatic Colors of #2BDFED
Black with #2BDFED
Text Example
Text Example
White with #2BDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDFED; }
p { color: rgb(43,223,237); }
H1.HeaderClassName
{
color: #2BDFED;
}
.AnyTagClassName
{
color: #2BDFED;
}
</style>
background-color css
<style>
a { background-color: #2BDFED; }
a { background-color: rgb(43,223,237); }
div.DivClassName
{
background-color: #2BDFED;
}
.BgClassName
{
background-color: #2BDFED;
}
</style>
border-color css
<style>
span { border-color: #2BDFED; }
span { border-color: rgb(43,223,237); }
td.TdClassName
{
border-color: #2BDFED;
}
.TagClassName
{
border-color: #2BDFED;
}
</style>