Html Css Color HEX #2EDFDD Turquoise

📋 copy color: '#2EDFDD'

red 46 ◦ green 223 ◦ blue 221

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

Shades of Turquoise #2EDFDD

Tints of Turquoise #2EDFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

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

R = 9.39%
G = 45.51%
B = 45.1%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#2EDFDD (or 0x2EDFDD) is known color: Turquoise. HEX triplet: 2E, DF and DD. RGB value is (46,223,221). Sum of RGB (Red+Green+Blue) = 46+223+221=490 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.39% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFDD is #D12022. Grayscale: #A9A9A9. Windows color (decimal): -13705251 or 14540590. OLE color: 14540590.

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

Color convert

RGB 46 223 221 -
CMYK 0.79 0 0.01 0.13
HSL 179.32º 0.73% 0.53% -
HSV(B) 179.32º 0.79% 0.87% -
XYZ 40.57 58.58 77.58 -
YUV 169.85 156.86 39.66 -
System Red Green Blue C M Y K H S L
Decimal 46 223 221 0.79 0 0.01 0.13 179.32 0.73 0.53
Hex 2E DF DD 4F 0 1 D B3 49 35
Octal 56 337 335 117 0 1 15 263 111 65
Binary 101110 11011111 11011101 1001111 0 1 1101 10110011 1001001 110101

Color Harmonies of #2EDFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFDD

Black with #2EDFDD

Text Example


Text Example

White with #2EDFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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