Shades of Turquoise #2AEDDF
Tints of Turquoise #2AEDDF
RGB
CMYK
RGB Variations
Color information
#2AEDDF (or 0x2AEDDF) is known color: Turquoise. HEX triplet: 2A, ED and DF. RGB value is (42,237,223). Sum of RGB (Red+Green+Blue) = 42+237+223=502 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.37% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #2AEDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEDDF is #D51220. Grayscale: #B0B0B0. Windows color (decimal): -13963809 or 14675242. OLE color: 14675242.
HSL color Cylindrical-coordinate representation of color #2AEDDF: hue angle of 175.69º 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 #2AEDDF is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 237 | 223 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.07 |
| HSL | 175.69º | 0.84% | 0.55% | - |
| HSV(B) | 175.69º | 0.82% | 0.93% | - |
| XYZ | 44.56 | 66.39 | 80.28 | - |
| YUV | 177.1 | 153.9 | 31.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 237 | 223 | 0.82 | 0 | 0.06 | 0.07 | 175.69 | 0.84 | 0.55 |
| Hex | 2A | ED | DF | 52 | 0 | 6 | 7 | B0 | 54 | 37 |
| Octal | 52 | 355 | 337 | 122 | 0 | 6 | 7 | 260 | 124 | 67 |
| Binary | 101010 | 11101101 | 11011111 | 1010010 | 0 | 110 | 111 | 10110000 | 1010100 | 110111 |
Color Harmonies of #2AEDDF
Complementary color
Monochromatic Colors of #2AEDDF
Black with #2AEDDF
Text Example
Text Example
White with #2AEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEDDF; }
p { color: rgb(42,237,223); }
H1.HeaderClassName
{
color: #2AEDDF;
}
.AnyTagClassName
{
color: #2AEDDF;
}
</style>
background-color css
<style>
a { background-color: #2AEDDF; }
a { background-color: rgb(42,237,223); }
div.DivClassName
{
background-color: #2AEDDF;
}
.BgClassName
{
background-color: #2AEDDF;
}
</style>
border-color css
<style>
span { border-color: #2AEDDF; }
span { border-color: rgb(42,237,223); }
td.TdClassName
{
border-color: #2AEDDF;
}
.TagClassName
{
border-color: #2AEDDF;
}
</style>