Html Css Color HEX #2EDFDF Turquoise

📋 copy color: '#2EDFDF'

red 46 ◦ green 223 ◦ blue 223

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

Shades of Turquoise #2EDFDF

Tints of Turquoise #2EDFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 9.35%
G = 45.33%
B = 45.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EDFDF (or 0x2EDFDF) is known color: Turquoise. HEX triplet: 2E, DF and DF. RGB value is (46,223,223). Sum of RGB (Red+Green+Blue) = 46+223+223=492 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.35% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #2EDFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFDF is #D12020. Grayscale: #A9A9A9. Windows color (decimal): -13705249 or 14671662. OLE color: 14671662.

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

Color convert

RGB 46 223 223 -
CMYK 0.79 0 0 0.13
HSL 180º 0.73% 0.53% -
HSV(B) 180º 0.79% 0.87% -
XYZ 40.83 58.68 78.99 -
YUV 170.08 157.86 39.5 -
System Red Green Blue C M Y K H S L
Decimal 46 223 223 0.79 0 0 0.13 180 0.73 0.53
Hex 2E DF DF 4F 0 0 D B4 49 35
Octal 56 337 337 117 0 0 15 264 111 65
Binary 101110 11011111 11011111 1001111 0 0 1101 10110100 1001001 110101

Color Harmonies of #2EDFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFDF

Black with #2EDFDF

Text Example


Text Example

White with #2EDFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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