Html Css Color HEX #2EDFEC Turquoise

📋 copy color: '#2EDFEC'

red 46 ◦ green 223 ◦ blue 236

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

Shades of Turquoise #2EDFEC

Tints of Turquoise #2EDFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 9.11%
G = 44.16%
B = 46.73%

CMYK

 C value IS 0.81

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EDFEC (or 0x2EDFEC) is known color: Turquoise. HEX triplet: 2E, DF and EC. RGB value is (46,223,236). Sum of RGB (Red+Green+Blue) = 46+223+236=505 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.11% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #2EDFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDFEC is #D12013. Grayscale: #ABABAB. Windows color (decimal): -13705236 or 15523630. OLE color: 15523630.

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

Color convert

RGB 46 223 236 -
CMYK 0.81 0.06 0 0.07
HSL 184.11º 0.83% 0.55% -
HSV(B) 184.11º 0.81% 0.93% -
XYZ 42.65 59.41 88.58 -
YUV 171.56 164.36 38.44 -
System Red Green Blue C M Y K H S L
Decimal 46 223 236 0.81 0.06 0 0.07 184.11 0.83 0.55
Hex 2E DF EC 51 6 0 7 B8 53 37
Octal 56 337 354 121 6 0 7 270 123 67
Binary 101110 11011111 11101100 1010001 110 0 111 10111000 1010011 110111

Color Harmonies of #2EDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDFEC

Black with #2EDFEC

Text Example


Text Example

White with #2EDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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