Html Css Color HEX #2ED1DD Turquoise

📋 copy color: '#2ED1DD'

red 46 ◦ green 209 ◦ blue 221

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

Shades of Turquoise #2ED1DD

Tints of Turquoise #2ED1DD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.91%

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

R = 9.66%
G = 43.91%
B = 46.43%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2ED1DD (or 0x2ED1DD) is known color: Turquoise. HEX triplet: 2E, D1 and DD. RGB value is (46,209,221). Sum of RGB (Red+Green+Blue) = 46+209+221=476 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.66% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ED1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED1DD is #D12E22. Grayscale: #A1A1A1. Windows color (decimal): -13708835 or 14537006. OLE color: 14537006.

HSL color Cylindrical-coordinate representation of color #2ED1DD: hue angle of 184.11º 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 #2ED1DD is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 209 221 -
CMYK 0.79 0.05 0 0.13
HSL 184.11º 0.72% 0.52% -
HSV(B) 184.11º 0.79% 0.87% -
XYZ 36.98 51.4 76.38 -
YUV 161.63 161.5 45.52 -
System Red Green Blue C M Y K H S L
Decimal 46 209 221 0.79 0.05 0 0.13 184.11 0.72 0.52
Hex 2E D1 DD 4F 5 0 D B8 48 34
Octal 56 321 335 117 5 0 15 270 110 64
Binary 101110 11010001 11011101 1001111 101 0 1101 10111000 1001000 110100

Color Harmonies of #2ED1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED1DD

Black with #2ED1DD

Text Example


Text Example

White with #2ED1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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