Html Css Color HEX #2EDEEF Turquoise

📋 copy color: '#2EDEEF'

red 46 ◦ green 222 ◦ blue 239

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

Shades of Turquoise #2EDEEF

Tints of Turquoise #2EDEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 9.07%
G = 43.79%
B = 47.14%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EDEEF (or 0x2EDEEF) is known color: Turquoise. HEX triplet: 2E, DE and EF. RGB value is (46,222,239). Sum of RGB (Red+Green+Blue) = 46+222+239=507 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.07% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EDEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDEEF is #D12110. Grayscale: #ABABAB. Windows color (decimal): -13705489 or 15719982. OLE color: 15719982.

HSL color Cylindrical-coordinate representation of color #2EDEEF: hue angle of 185.28º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EDEEF is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 222 239 -
CMYK 0.81 0.07 0 0.06
HSL 185.29º 0.86% 0.56% -
HSV(B) 185.29º 0.81% 0.94% -
XYZ 42.83 59.06 90.8 -
YUV 171.31 166.19 38.62 -
System Red Green Blue C M Y K H S L
Decimal 46 222 239 0.81 0.07 0 0.06 185.29 0.86 0.56
Hex 2E DE EF 51 7 0 6 B9 56 38
Octal 56 336 357 121 7 0 6 271 126 70
Binary 101110 11011110 11101111 1010001 111 0 110 10111001 1010110 111000

Color Harmonies of #2EDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDEEF

Black with #2EDEEF

Text Example


Text Example

White with #2EDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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