Html Css Color HEX #2EDEEC Turquoise

📋 copy color: '#2EDEEC'

red 46 ◦ green 222 ◦ blue 236

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

Shades of Turquoise #2EDEEC

Tints of Turquoise #2EDEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

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

R = 9.13%
G = 44.05%
B = 46.83%

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

#2EDEEC (or 0x2EDEEC) is known color: Turquoise. HEX triplet: 2E, DE and EC. RGB value is (46,222,236). Sum of RGB (Red+Green+Blue) = 46+222+236=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #2EDEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDEEC is #D12113. Grayscale: #AAAAAA. Windows color (decimal): -13705492 or 15523374. OLE color: 15523374.

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

Color convert

RGB 46 222 236 -
CMYK 0.81 0.06 0 0.07
HSL 184.42º 0.83% 0.55% -
HSV(B) 184.42º 0.81% 0.93% -
XYZ 42.39 58.88 88.49 -
YUV 170.97 164.69 38.86 -
System Red Green Blue C M Y K H S L
Decimal 46 222 236 0.81 0.06 0 0.07 184.42 0.83 0.55
Hex 2E DE EC 51 6 0 7 B8 53 37
Octal 56 336 354 121 6 0 7 270 123 67
Binary 101110 11011110 11101100 1010001 110 0 111 10111000 1010011 110111

Color Harmonies of #2EDEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDEEC

Black with #2EDEEC

Text Example


Text Example

White with #2EDEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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