Shades of Turquoise #2DFAEA
Tints of Turquoise #2DFAEA
RGB
CMYK
RGB Variations
Color information
#2DFAEA (or 0x2DFAEA) is known color: Turquoise. HEX triplet: 2D, FA and EA. RGB value is (45,250,234). Sum of RGB (Red+Green+Blue) = 45+250+234=529 (70% of max value = 765). Red value is 45 (17.97% from 255 or 8.51% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFAEA is #D20515. Grayscale: #BABABA. Windows color (decimal): -13763862 or 15399469. OLE color: 15399469.
HSL color Cylindrical-coordinate representation of color #2DFAEA: hue angle of 175.32º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFAEA is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 234 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.02 |
| HSL | 175.32º | 0.95% | 0.58% | - |
| HSV(B) | 175.32º | 0.82% | 0.98% | - |
| XYZ | 50.12 | 74.87 | 89.65 | - |
| YUV | 186.88 | 154.58 | 26.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 234 | 0.82 | 0 | 0.06 | 0.02 | 175.32 | 0.95 | 0.58 |
| Hex | 2D | FA | EA | 52 | 0 | 6 | 2 | AF | 5F | 3A |
| Octal | 55 | 372 | 352 | 122 | 0 | 6 | 2 | 257 | 137 | 72 |
| Binary | 101101 | 11111010 | 11101010 | 1010010 | 0 | 110 | 10 | 10101111 | 1011111 | 111010 |
Color Harmonies of #2DFAEA
Complementary color
Monochromatic Colors of #2DFAEA
Black with #2DFAEA
Text Example
Text Example
White with #2DFAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFAEA; }
p { color: rgb(45,250,234); }
H1.HeaderClassName
{
color: #2DFAEA;
}
.AnyTagClassName
{
color: #2DFAEA;
}
</style>
background-color css
<style>
a { background-color: #2DFAEA; }
a { background-color: rgb(45,250,234); }
div.DivClassName
{
background-color: #2DFAEA;
}
.BgClassName
{
background-color: #2DFAEA;
}
</style>
border-color css
<style>
span { border-color: #2DFAEA; }
span { border-color: rgb(45,250,234); }
td.TdClassName
{
border-color: #2DFAEA;
}
.TagClassName
{
border-color: #2DFAEA;
}
</style>