Html Css Color HEX #2EECDD Turquoise

📋 copy color: '#2EECDD'

red 46 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #2EECDD

Tints of Turquoise #2EECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.92%

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

R = 9.15%
G = 46.92%
B = 43.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#2EECDD (or 0x2EECDD) is known color: Turquoise. HEX triplet: 2E, EC and DD. RGB value is (46,236,221). Sum of RGB (Red+Green+Blue) = 46+236+221=503 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.15% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECDD is #D11322. Grayscale: #B1B1B1. Windows color (decimal): -13701923 or 14543918. OLE color: 14543918.

HSL color Cylindrical-coordinate representation of color #2EECDD: hue angle of 175.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EECDD is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 236 221 -
CMYK 0.81 0 0.06 0.07
HSL 175.26º 0.83% 0.55% -
HSV(B) 175.26º 0.81% 0.93% -
XYZ 44.17 65.79 78.78 -
YUV 177.48 152.55 34.22 -
System Red Green Blue C M Y K H S L
Decimal 46 236 221 0.81 0 0.06 0.07 175.26 0.83 0.55
Hex 2E EC DD 51 0 6 7 AF 53 37
Octal 56 354 335 121 0 6 7 257 123 67
Binary 101110 11101100 11011101 1010001 0 110 111 10101111 1010011 110111

Color Harmonies of #2EECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EECDD

Black with #2EECDD

Text Example


Text Example

White with #2EECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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