Html Css Color HEX #2EDDD9 Turquoise

📋 copy color: '#2EDDD9'

red 46 ◦ green 221 ◦ blue 217

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

Shades of Turquoise #2EDDD9

Tints of Turquoise #2EDDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.66%

 BLUE value IS 217 (85.16% from 255) = 44.83%

R = 9.5%
G = 45.66%
B = 44.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#2EDDD9 (or 0x2EDDD9) is known color: Turquoise. HEX triplet: 2E, DD and D9. RGB value is (46,221,217). Sum of RGB (Red+Green+Blue) = 46+221+217=484 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.50% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDD9 is #D12226. Grayscale: #A8A8A8. Windows color (decimal): -13705767 or 14277934. OLE color: 14277934.

HSL color Cylindrical-coordinate representation of color #2EDDD9: hue angle of 178.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDDD9 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 221 217 -
CMYK 0.79 0 0.02 0.13
HSL 178.63º 0.72% 0.52% -
HSV(B) 178.63º 0.79% 0.87% -
XYZ 39.51 57.3 74.62 -
YUV 168.22 155.52 40.83 -
System Red Green Blue C M Y K H S L
Decimal 46 221 217 0.79 0 0.02 0.13 178.63 0.72 0.52
Hex 2E DD D9 4F 0 2 D B3 48 34
Octal 56 335 331 117 0 2 15 263 110 64
Binary 101110 11011101 11011001 1001111 0 10 1101 10110011 1001000 110100

Color Harmonies of #2EDDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDDD9

Black with #2EDDD9

Text Example


Text Example

White with #2EDDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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