Shades of Turquoise #2DEAF1
Tints of Turquoise #2DEAF1
RGB
CMYK
RGB Variations
Color information
#2DEAF1 (or 0x2DEAF1) is known color: Turquoise. HEX triplet: 2D, EA and F1. RGB value is (45,234,241). Sum of RGB (Red+Green+Blue) = 45+234+241=520 (68% of max value = 765). Red value is 45 (17.97% from 255 or 8.65% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #2DEAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEAF1 is #D2150E. Grayscale: #B2B2B2. Windows color (decimal): -13767951 or 15854125. OLE color: 15854125.
HSL color Cylindrical-coordinate representation of color #2DEAF1: hue angle of 182.14º 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 #2DEAF1 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 234 | 241 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.05 |
| HSL | 182.14º | 0.88% | 0.56% | - |
| HSV(B) | 182.14º | 0.81% | 0.95% | - |
| XYZ | 46.38 | 65.75 | 93.47 | - |
| YUV | 178.29 | 163.38 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 241 | 0.81 | 0.03 | 0 | 0.05 | 182.14 | 0.88 | 0.56 |
| Hex | 2D | EA | F1 | 51 | 3 | 0 | 5 | B6 | 58 | 38 |
| Octal | 55 | 352 | 361 | 121 | 3 | 0 | 5 | 266 | 130 | 70 |
| Binary | 101101 | 11101010 | 11110001 | 1010001 | 11 | 0 | 101 | 10110110 | 1011000 | 111000 |
Color Harmonies of #2DEAF1
Complementary color
Monochromatic Colors of #2DEAF1
Black with #2DEAF1
Text Example
Text Example
White with #2DEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEAF1; }
p { color: rgb(45,234,241); }
H1.HeaderClassName
{
color: #2DEAF1;
}
.AnyTagClassName
{
color: #2DEAF1;
}
</style>
background-color css
<style>
a { background-color: #2DEAF1; }
a { background-color: rgb(45,234,241); }
div.DivClassName
{
background-color: #2DEAF1;
}
.BgClassName
{
background-color: #2DEAF1;
}
</style>
border-color css
<style>
span { border-color: #2DEAF1; }
span { border-color: rgb(45,234,241); }
td.TdClassName
{
border-color: #2DEAF1;
}
.TagClassName
{
border-color: #2DEAF1;
}
</style>