Html Css Color HEX #2EDFCD Turquoise

📋 copy color: '#2EDFCD'

red 46 ◦ green 223 ◦ blue 205

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

Shades of Turquoise #2EDFCD

Tints of Turquoise #2EDFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.05%

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

R = 9.7%
G = 47.05%
B = 43.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#2EDFCD (or 0x2EDFCD) is known color: Turquoise. HEX triplet: 2E, DF and CD. RGB value is (46,223,205). Sum of RGB (Red+Green+Blue) = 46+223+205=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFCD is #D12032. Grayscale: #A7A7A7. Windows color (decimal): -13705267 or 13492014. OLE color: 13492014.

HSL color Cylindrical-coordinate representation of color #2EDFCD: hue angle of 173.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDFCD is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 223 205 -
CMYK 0.79 0 0.08 0.13
HSL 173.9º 0.73% 0.53% -
HSV(B) 173.9º 0.79% 0.87% -
XYZ 38.53 57.76 66.88 -
YUV 168.03 148.86 40.96 -
System Red Green Blue C M Y K H S L
Decimal 46 223 205 0.79 0 0.08 0.13 173.9 0.73 0.53
Hex 2E DF CD 4F 0 8 D AE 49 35
Octal 56 337 315 117 0 10 15 256 111 65
Binary 101110 11011111 11001101 1001111 0 1000 1101 10101110 1001001 110101

Color Harmonies of #2EDFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFCD

Black with #2EDFCD

Text Example


Text Example

White with #2EDFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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