Shades of Bright Turquoise #2DFFEF
Tints of Bright Turquoise #2DFFEF
RGB
CMYK
RGB Variations
Color information
#2DFFEF (or 0x2DFFEF) is known color: Bright Turquoise. HEX triplet: 2D, FF and EF. RGB value is (45,255,239). Sum of RGB (Red+Green+Blue) = 45+255+239=539 (71% of max value = 765). Red value is 45 (17.97% from 255 or 8.35% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2DFFEF is #D20010. Grayscale: #BEBEBE. Windows color (decimal): -13762577 or 15728429. OLE color: 15728429.
HSL color Cylindrical-coordinate representation of color #2DFFEF: hue angle of 175.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFEF is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 239 | - |
| CMYK | 0.82 | 0 | 0.06 | 0 |
| HSL | 175.43º | 1% | 0.59% | - |
| HSV(B) | 175.43º | 0.82% | 1% | - |
| XYZ | 52.42 | 78.31 | 94.01 | - |
| YUV | 190.39 | 155.43 | 24.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 239 | 0.82 | 0 | 0.06 | 0 | 175.43 | 1 | 0.59 |
| Hex | 2D | FF | EF | 52 | 0 | 6 | 0 | AF | 64 | 3B |
| Octal | 55 | 377 | 357 | 122 | 0 | 6 | 0 | 257 | 144 | 73 |
| Binary | 101101 | 11111111 | 11101111 | 1010010 | 0 | 110 | 0 | 10101111 | 1100100 | 111011 |
Color Harmonies of #2DFFEF
Complementary color
Monochromatic Colors of #2DFFEF
Black with #2DFFEF
Text Example
Text Example
White with #2DFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFEF; }
p { color: rgb(45,255,239); }
H1.HeaderClassName
{
color: #2DFFEF;
}
.AnyTagClassName
{
color: #2DFFEF;
}
</style>
background-color css
<style>
a { background-color: #2DFFEF; }
a { background-color: rgb(45,255,239); }
div.DivClassName
{
background-color: #2DFFEF;
}
.BgClassName
{
background-color: #2DFFEF;
}
</style>
border-color css
<style>
span { border-color: #2DFFEF; }
span { border-color: rgb(45,255,239); }
td.TdClassName
{
border-color: #2DFFEF;
}
.TagClassName
{
border-color: #2DFFEF;
}
</style>