Html Css Color HEX #2EF9DD Turquoise

📋 copy color: '#2EF9DD'

red 46 ◦ green 249 ◦ blue 221

#2EF9DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2EF9DD

Tints of Turquoise #2EF9DD

RGB

 RED value IS 46 (18.36% from 255) = 8.91%

 GREEN value IS 249 (97.66% from 255) = 48.26%

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 8.91%
G = 48.26%
B = 42.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2EF9DD (or 0x2EF9DD) is known color: Turquoise. HEX triplet: 2E, F9 and DD. RGB value is (46,249,221). Sum of RGB (Red+Green+Blue) = 46+249+221=516 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.91% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF9DD is #D10622. Grayscale: #B9B9B9. Windows color (decimal): -13698595 or 14547246. OLE color: 14547246.

HSL color Cylindrical-coordinate representation of color #2EF9DD: hue angle of 171.72º degrees, saturation: 0.94, 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 #2EF9DD is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 249 221 -
CMYK 0.82 0 0.11 0.02
HSL 171.72º 0.94% 0.58% -
HSV(B) 171.72º 0.82% 0.98% -
XYZ 48.05 73.55 80.07 -
YUV 185.11 148.25 28.78 -
System Red Green Blue C M Y K H S L
Decimal 46 249 221 0.82 0 0.11 0.02 171.72 0.94 0.58
Hex 2E F9 DD 52 0 B 2 AC 5E 3A
Octal 56 371 335 122 0 13 2 254 136 72
Binary 101110 11111001 11011101 1010010 0 1011 10 10101100 1011110 111010

Color Harmonies of #2EF9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EF9DD

Black with #2EF9DD

Text Example


Text Example

White with #2EF9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EF9DD; }

 p { color: rgb(46,249,221); }

 H1.HeaderClassName
 {
   color: #2EF9DD;
 }
 .AnyTagClassName
 {
   color: #2EF9DD;
 }
</style>

background-color css

<style>
 a { background-color: #2EF9DD; }

 a { background-color: rgb(46,249,221); }

 div.DivClassName
 {
   background-color: #2EF9DD;
 }
 .BgClassName
 {
   background-color: #2EF9DD;
 }
</style>

border-color css

<style>
 span { border-color: #2EF9DD; }

 span { border-color: rgb(46,249,221); }

 td.TdClassName
 {
   border-color: #2EF9DD;
 }
 .TagClassName
 {
   border-color: #2EF9DD;
 }
</style>