Shades of Turquoise #2DF2EA
Tints of Turquoise #2DF2EA
RGB
CMYK
RGB Variations
Color information
#2DF2EA (or 0x2DF2EA) is known color: Turquoise. HEX triplet: 2D, F2 and EA. RGB value is (45,242,234). Sum of RGB (Red+Green+Blue) = 45+242+234=521 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.64% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF2EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DF2EA is #D20D15. Grayscale: #B6B6B6. Windows color (decimal): -13765910 or 15397421. OLE color: 15397421.
HSL color Cylindrical-coordinate representation of color #2DF2EA: hue angle of 177.56º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF2EA is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 242 | 234 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.05 |
| HSL | 177.56º | 0.88% | 0.56% | - |
| HSV(B) | 177.56º | 0.81% | 0.95% | - |
| XYZ | 47.69 | 70 | 88.84 | - |
| YUV | 182.19 | 157.23 | 30.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 242 | 234 | 0.81 | 0 | 0.03 | 0.05 | 177.56 | 0.88 | 0.56 |
| Hex | 2D | F2 | EA | 51 | 0 | 3 | 5 | B2 | 58 | 38 |
| Octal | 55 | 362 | 352 | 121 | 0 | 3 | 5 | 262 | 130 | 70 |
| Binary | 101101 | 11110010 | 11101010 | 1010001 | 0 | 11 | 101 | 10110010 | 1011000 | 111000 |
Color Harmonies of #2DF2EA
Complementary color
Monochromatic Colors of #2DF2EA
Black with #2DF2EA
Text Example
Text Example
White with #2DF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF2EA; }
p { color: rgb(45,242,234); }
H1.HeaderClassName
{
color: #2DF2EA;
}
.AnyTagClassName
{
color: #2DF2EA;
}
</style>
background-color css
<style>
a { background-color: #2DF2EA; }
a { background-color: rgb(45,242,234); }
div.DivClassName
{
background-color: #2DF2EA;
}
.BgClassName
{
background-color: #2DF2EA;
}
</style>
border-color css
<style>
span { border-color: #2DF2EA; }
span { border-color: rgb(45,242,234); }
td.TdClassName
{
border-color: #2DF2EA;
}
.TagClassName
{
border-color: #2DF2EA;
}
</style>