Shades of Bright Turquoise #2BEDED
Tints of Bright Turquoise #2BEDED
RGB
CMYK
RGB Variations
Color information
#2BEDED (or 0x2BEDED) is known color: Bright Turquoise. HEX triplet: 2B, ED and ED. RGB value is (43,237,237). Sum of RGB (Red+Green+Blue) = 43+237+237=517 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.32% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #2BEDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEDED is #D41212. Grayscale: #B2B2B2. Windows color (decimal): -13898259 or 15592747. OLE color: 15592747.
HSL color Cylindrical-coordinate representation of color #2BEDED: hue angle of 180º 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 #2BEDED is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 43 | 237 | 237 | - |
CMYK | 0.82 | 0 | 0 | 0.07 |
HSL | 180º | 0.84% | 0.55% | - |
HSV(B) | 180º | 0.82% | 0.93% | - |
XYZ | 46.57 | 67.2 | 90.64 | - |
YUV | 178.99 | 160.73 | 31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 237 | 237 | 0.82 | 0 | 0 | 0.07 | 180 | 0.84 | 0.55 |
Hex | 2B | ED | ED | 52 | 0 | 0 | 7 | B4 | 54 | 37 |
Octal | 53 | 355 | 355 | 122 | 0 | 0 | 7 | 264 | 124 | 67 |
Binary | 101011 | 11101101 | 11101101 | 1010010 | 0 | 0 | 111 | 10110100 | 1010100 | 110111 |
Color Harmonies of #2BEDED
Complementary color
Monochromatic Colors of #2BEDED
Black with #2BEDED
Text Example
Text Example
White with #2BEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEDED; }
p { color: rgb(43,237,237); }
H1.HeaderClassName
{
color: #2BEDED;
}
.AnyTagClassName
{
color: #2BEDED;
}
</style>
background-color css
<style>
a { background-color: #2BEDED; }
a { background-color: rgb(43,237,237); }
div.DivClassName
{
background-color: #2BEDED;
}
.BgClassName
{
background-color: #2BEDED;
}
</style>
border-color css
<style>
span { border-color: #2BEDED; }
span { border-color: rgb(43,237,237); }
td.TdClassName
{
border-color: #2BEDED;
}
.TagClassName
{
border-color: #2BEDED;
}
</style>