Html Css Color HEX #2EFDDD Turquoise

📋 copy color: '#2EFDDD'

red 46 ◦ green 253 ◦ blue 221

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

Shades of Turquoise #2EFDDD

Tints of Turquoise #2EFDDD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.65%

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

R = 8.85%
G = 48.65%
B = 42.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#2EFDDD (or 0x2EFDDD) is known color: Turquoise. HEX triplet: 2E, FD and DD. RGB value is (46,253,221). Sum of RGB (Red+Green+Blue) = 46+253+221=520 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.85% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDDD is #D10222. Grayscale: #BBBBBB. Windows color (decimal): -13697571 or 14548270. OLE color: 14548270.

HSL color Cylindrical-coordinate representation of color #2EFDDD: hue angle of 170.72º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFDDD is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 253 221 -
CMYK 0.82 0 0.13 0.01
HSL 170.72º 0.98% 0.59% -
HSV(B) 170.72º 0.82% 0.99% -
XYZ 49.3 76.05 80.49 -
YUV 187.46 146.92 27.1 -
System Red Green Blue C M Y K H S L
Decimal 46 253 221 0.82 0 0.13 0.01 170.72 0.98 0.59
Hex 2E FD DD 52 0 D 1 AB 62 3B
Octal 56 375 335 122 0 15 1 253 142 73
Binary 101110 11111101 11011101 1010010 0 1101 1 10101011 1100010 111011

Color Harmonies of #2EFDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EFDDD

Black with #2EFDDD

Text Example


Text Example

White with #2EFDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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