Html Css Color HEX #2EDDDD Turquoise

📋 copy color: '#2EDDDD'

red 46 ◦ green 221 ◦ blue 221

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

Shades of Turquoise #2EDDDD

Tints of Turquoise #2EDDDD

RGB

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

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

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

R = 9.43%
G = 45.29%
B = 45.29%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EDDDD (or 0x2EDDDD) is known color: Turquoise. HEX triplet: 2E, DD and DD. RGB value is (46,221,221). Sum of RGB (Red+Green+Blue) = 46+221+221=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #2EDDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDDD is #D12222. Grayscale: #A8A8A8. Windows color (decimal): -13705763 or 14540078. OLE color: 14540078.

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

Color convert

RGB 46 221 221 -
CMYK 0.79 0 0 0.13
HSL 180º 0.72% 0.52% -
HSV(B) 180º 0.79% 0.87% -
XYZ 40.03 57.51 77.4 -
YUV 168.68 157.52 40.5 -
System Red Green Blue C M Y K H S L
Decimal 46 221 221 0.79 0 0 0.13 180 0.72 0.52
Hex 2E DD DD 4F 0 0 D B4 48 34
Octal 56 335 335 117 0 0 15 264 110 64
Binary 101110 11011101 11011101 1001111 0 0 1101 10110100 1001000 110100

Color Harmonies of #2EDDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDDDD

Black with #2EDDDD

Text Example


Text Example

White with #2EDDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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