Html Css Color HEX #2EECCD Turquoise

📋 copy color: '#2EECCD'

red 46 ◦ green 236 ◦ blue 205

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

Shades of Turquoise #2EECCD

Tints of Turquoise #2EECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 9.45%
G = 48.46%
B = 42.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#2EECCD (or 0x2EECCD) is known color: Turquoise. HEX triplet: 2E, EC and CD. RGB value is (46,236,205). Sum of RGB (Red+Green+Blue) = 46+236+205=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECCD is #D11332. Grayscale: #AFAFAF. Windows color (decimal): -13701939 or 13495342. OLE color: 13495342.

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

Color convert

RGB 46 236 205 -
CMYK 0.81 0 0.13 0.07
HSL 170.21º 0.83% 0.55% -
HSV(B) 170.21º 0.81% 0.93% -
XYZ 42.14 64.98 68.08 -
YUV 175.66 144.55 35.52 -
System Red Green Blue C M Y K H S L
Decimal 46 236 205 0.81 0 0.13 0.07 170.21 0.83 0.55
Hex 2E EC CD 51 0 D 7 AA 53 37
Octal 56 354 315 121 0 15 7 252 123 67
Binary 101110 11101100 11001101 1010001 0 1101 111 10101010 1010011 110111

Color Harmonies of #2EECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EECCD

Black with #2EECCD

Text Example


Text Example

White with #2EECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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