Html Css Color HEX #2EEDEE Turquoise

📋 copy color: '#2EEDEE'

red 46 ◦ green 237 ◦ blue 238

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

Shades of Turquoise #2EEDEE

Tints of Turquoise #2EEDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 8.83%
G = 45.49%
B = 45.68%

CMYK

 C value IS 0.81

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EEDEE (or 0x2EEDEE) is known color: Turquoise. HEX triplet: 2E, ED and EE. RGB value is (46,237,238). Sum of RGB (Red+Green+Blue) = 46+237+238=521 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.83% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #2EEDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEDEE is #D11211. Grayscale: #B3B3B3. Windows color (decimal): -13701650 or 15658286. OLE color: 15658286.

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

Color convert

RGB 46 237 238 -
CMYK 0.81 0.00 0 0.07
HSL 180.31º 0.85% 0.56% -
HSV(B) 180.31º 0.81% 0.93% -
XYZ 46.84 67.32 91.41 -
YUV 180.01 160.72 32.42 -
System Red Green Blue C M Y K H S L
Decimal 46 237 238 0.81 0.00 0 0.07 180.31 0.85 0.56
Hex 2E ED EE 51 0 0 7 B4 55 38
Octal 56 355 356 121 0 0 7 264 125 70
Binary 101110 11101101 11101110 1010001 0 0 111 10110100 1010101 111000

Color Harmonies of #2EEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EEDEE

Black with #2EEDEE

Text Example


Text Example

White with #2EEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,237,238); }

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

background-color css

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

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

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

border-color css

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

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

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