Shades of Bright Turquoise #2DEEF4
Tints of Bright Turquoise #2DEEF4
RGB
CMYK
RGB Variations
Color information
#2DEEF4 (or 0x2DEEF4) is known color: Bright Turquoise. HEX triplet: 2D, EE and F4. RGB value is (45,238,244). Sum of RGB (Red+Green+Blue) = 45+238+244=527 (69% of max value = 765). Red value is 45 (17.97% from 255 or 8.54% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #2DEEF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DEEF4 is #D2110B. Grayscale: #B4B4B4. Windows color (decimal): -13766924 or 16051757. OLE color: 16051757.
HSL color Cylindrical-coordinate representation of color #2DEEF4: hue angle of 181.81º 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 #2DEEF4 is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 238 | 244 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.04 |
| HSL | 181.81º | 0.9% | 0.57% | - |
| HSV(B) | 181.81º | 0.82% | 0.96% | - |
| XYZ | 47.99 | 68.24 | 96.23 | - |
| YUV | 180.98 | 163.56 | 31.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 244 | 0.82 | 0.02 | 0 | 0.04 | 181.81 | 0.9 | 0.57 |
| Hex | 2D | EE | F4 | 52 | 2 | 0 | 4 | B6 | 5A | 39 |
| Octal | 55 | 356 | 364 | 122 | 2 | 0 | 4 | 266 | 132 | 71 |
| Binary | 101101 | 11101110 | 11110100 | 1010010 | 10 | 0 | 100 | 10110110 | 1011010 | 111001 |
Color Harmonies of #2DEEF4
Complementary color
Monochromatic Colors of #2DEEF4
Black with #2DEEF4
Text Example
Text Example
White with #2DEEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEF4; }
p { color: rgb(45,238,244); }
H1.HeaderClassName
{
color: #2DEEF4;
}
.AnyTagClassName
{
color: #2DEEF4;
}
</style>
background-color css
<style>
a { background-color: #2DEEF4; }
a { background-color: rgb(45,238,244); }
div.DivClassName
{
background-color: #2DEEF4;
}
.BgClassName
{
background-color: #2DEEF4;
}
</style>
border-color css
<style>
span { border-color: #2DEEF4; }
span { border-color: rgb(45,238,244); }
td.TdClassName
{
border-color: #2DEEF4;
}
.TagClassName
{
border-color: #2DEEF4;
}
</style>