Shades of Turquoise #2DEAF4
Tints of Turquoise #2DEAF4
RGB
CMYK
RGB Variations
Color information
#2DEAF4 (or 0x2DEAF4) is known color: Turquoise. HEX triplet: 2D, EA and F4. RGB value is (45,234,244). Sum of RGB (Red+Green+Blue) = 45+234+244=523 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.60% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #2DEAF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEAF4 is #D2150B. Grayscale: #B2B2B2. Windows color (decimal): -13767948 or 16050733. OLE color: 16050733.
HSL color Cylindrical-coordinate representation of color #2DEAF4: hue angle of 183.02º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DEAF4 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 234 | 244 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.04 |
| HSL | 183.02º | 0.9% | 0.57% | - |
| HSV(B) | 183.02º | 0.82% | 0.96% | - |
| XYZ | 46.83 | 65.94 | 95.85 | - |
| YUV | 178.63 | 164.88 | 32.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 244 | 0.82 | 0.04 | 0 | 0.04 | 183.02 | 0.9 | 0.57 |
| Hex | 2D | EA | F4 | 52 | 4 | 0 | 4 | B7 | 5A | 39 |
| Octal | 55 | 352 | 364 | 122 | 4 | 0 | 4 | 267 | 132 | 71 |
| Binary | 101101 | 11101010 | 11110100 | 1010010 | 100 | 0 | 100 | 10110111 | 1011010 | 111001 |
Color Harmonies of #2DEAF4
Complementary color
Monochromatic Colors of #2DEAF4
Black with #2DEAF4
Text Example
Text Example
White with #2DEAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEAF4; }
p { color: rgb(45,234,244); }
H1.HeaderClassName
{
color: #2DEAF4;
}
.AnyTagClassName
{
color: #2DEAF4;
}
</style>
background-color css
<style>
a { background-color: #2DEAF4; }
a { background-color: rgb(45,234,244); }
div.DivClassName
{
background-color: #2DEAF4;
}
.BgClassName
{
background-color: #2DEAF4;
}
</style>
border-color css
<style>
span { border-color: #2DEAF4; }
span { border-color: rgb(45,234,244); }
td.TdClassName
{
border-color: #2DEAF4;
}
.TagClassName
{
border-color: #2DEAF4;
}
</style>