Html Css Color HEX #2EDFE9 Turquoise

📋 copy color: '#2EDFE9'

red 46 ◦ green 223 ◦ blue 233

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

Shades of Turquoise #2EDFE9

Tints of Turquoise #2EDFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.41%

R = 9.16%
G = 44.42%
B = 46.41%

CMYK

 C value IS 0.80

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2EDFE9 (or 0x2EDFE9) is known color: Turquoise. HEX triplet: 2E, DF and E9. RGB value is (46,223,233). Sum of RGB (Red+Green+Blue) = 46+223+233=502 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.16% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #2EDFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDFE9 is #D12016. Grayscale: #ABABAB. Windows color (decimal): -13705239 or 15327022. OLE color: 15327022.

HSL color Cylindrical-coordinate representation of color #2EDFE9: hue angle of 183.21º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EDFE9 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 223 233 -
CMYK 0.80 0.04 0 0.09
HSL 183.21º 0.81% 0.55% -
HSV(B) 183.21º 0.8% 0.91% -
XYZ 42.22 59.24 86.3 -
YUV 171.22 162.86 38.69 -
System Red Green Blue C M Y K H S L
Decimal 46 223 233 0.80 0.04 0 0.09 183.21 0.81 0.55
Hex 2E DF E9 50 4 0 9 B7 51 37
Octal 56 337 351 120 4 0 11 267 121 67
Binary 101110 11011111 11101001 1010000 100 0 1001 10110111 1010001 110111

Color Harmonies of #2EDFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFE9

Black with #2EDFE9

Text Example


Text Example

White with #2EDFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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