Html Css Color HEX #2ED3DD Turquoise

📋 copy color: '#2ED3DD'

red 46 ◦ green 211 ◦ blue 221

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

Shades of Turquoise #2ED3DD

Tints of Turquoise #2ED3DD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.14%

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

R = 9.62%
G = 44.14%
B = 46.23%

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

#2ED3DD (or 0x2ED3DD) is known color: Turquoise. HEX triplet: 2E, D3 and DD. RGB value is (46,211,221). Sum of RGB (Red+Green+Blue) = 46+211+221=478 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.62% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #2ED3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED3DD is #D12C22. Grayscale: #A2A2A2. Windows color (decimal): -13708323 or 14537518. OLE color: 14537518.

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

Color convert

RGB 46 211 221 -
CMYK 0.79 0.05 0 0.13
HSL 183.43º 0.72% 0.52% -
HSV(B) 183.43º 0.79% 0.87% -
XYZ 37.47 52.39 76.54 -
YUV 162.81 160.84 44.69 -
System Red Green Blue C M Y K H S L
Decimal 46 211 221 0.79 0.05 0 0.13 183.43 0.72 0.52
Hex 2E D3 DD 4F 5 0 D B7 48 34
Octal 56 323 335 117 5 0 15 267 110 64
Binary 101110 11010011 11011101 1001111 101 0 1101 10110111 1001000 110100

Color Harmonies of #2ED3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ED3DD

Black with #2ED3DD

Text Example


Text Example

White with #2ED3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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