Html Css Color HEX #2EECDB Turquoise

📋 copy color: '#2EECDB'

red 46 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #2EECDB

Tints of Turquoise #2EECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 9.18%
G = 47.11%
B = 43.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#2EECDB (or 0x2EECDB) is known color: Turquoise. HEX triplet: 2E, EC and DB. RGB value is (46,236,219). Sum of RGB (Red+Green+Blue) = 46+236+219=501 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.18% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECDB is #D11324. Grayscale: #B1B1B1. Windows color (decimal): -13701925 or 14412846. OLE color: 14412846.

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

Color convert

RGB 46 236 219 -
CMYK 0.81 0 0.07 0.07
HSL 174.63º 0.83% 0.55% -
HSV(B) 174.63º 0.81% 0.93% -
XYZ 43.91 65.69 77.38 -
YUV 177.25 151.55 34.38 -
System Red Green Blue C M Y K H S L
Decimal 46 236 219 0.81 0 0.07 0.07 174.63 0.83 0.55
Hex 2E EC DB 51 0 7 7 AF 53 37
Octal 56 354 333 121 0 7 7 257 123 67
Binary 101110 11101100 11011011 1010001 0 111 111 10101111 1010011 110111

Color Harmonies of #2EECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EECDB

Black with #2EECDB

Text Example


Text Example

White with #2EECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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