Html Css Color HEX #2EDDE6 Turquoise

📋 copy color: '#2EDDE6'

red 46 ◦ green 221 ◦ blue 230

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

Shades of Turquoise #2EDDE6

Tints of Turquoise #2EDDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.28%

R = 9.26%
G = 44.47%
B = 46.28%

CMYK

 C value IS 0.8

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2EDDE6 (or 0x2EDDE6) is known color: Turquoise. HEX triplet: 2E, DD and E6. RGB value is (46,221,230). Sum of RGB (Red+Green+Blue) = 46+221+230=497 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.26% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #2EDDE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDDE6 is #D12219. Grayscale: #A9A9A9. Windows color (decimal): -13705754 or 15129902. OLE color: 15129902.

HSL color Cylindrical-coordinate representation of color #2EDDE6: hue angle of 182.93º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EDDE6 is Cyan = 0.8, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 46 221 230 -
CMYK 0.8 0.04 0 0.10
HSL 182.93º 0.79% 0.54% -
HSV(B) 182.93º 0.8% 0.9% -
XYZ 41.27 58.01 83.88 -
YUV 169.7 162.02 39.77 -
System Red Green Blue C M Y K H S L
Decimal 46 221 230 0.8 0.04 0 0.10 182.93 0.79 0.54
Hex 2E DD E6 50 4 0 A B7 4F 36
Octal 56 335 346 120 4 0 12 267 117 66
Binary 101110 11011101 11100110 1010000 100 0 1010 10110111 1001111 110110

Color Harmonies of #2EDDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDDE6

Black with #2EDDE6

Text Example


Text Example

White with #2EDDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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