Html Css Color HEX #2EDBEE Turquoise

📋 copy color: '#2EDBEE'

red 46 ◦ green 219 ◦ blue 238

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

Shades of Turquoise #2EDBEE

Tints of Turquoise #2EDBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.54%

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

R = 9.15%
G = 43.54%
B = 47.32%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2EDBEE (or 0x2EDBEE) is known color: Turquoise. HEX triplet: 2E, DB and EE. RGB value is (46,219,238). Sum of RGB (Red+Green+Blue) = 46+219+238=503 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.15% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #2EDBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDBEE is #D12411. Grayscale: #A9A9A9. Windows color (decimal): -13706258 or 15653678. OLE color: 15653678.

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

Color convert

RGB 46 219 238 -
CMYK 0.81 0.08 0 0.07
HSL 185.94º 0.85% 0.56% -
HSV(B) 185.94º 0.81% 0.93% -
XYZ 41.89 57.42 89.76 -
YUV 169.44 166.69 39.96 -
System Red Green Blue C M Y K H S L
Decimal 46 219 238 0.81 0.08 0 0.07 185.94 0.85 0.56
Hex 2E DB EE 51 8 0 7 BA 55 38
Octal 56 333 356 121 10 0 7 272 125 70
Binary 101110 11011011 11101110 1010001 1000 0 111 10111010 1010101 111000

Color Harmonies of #2EDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDBEE

Black with #2EDBEE

Text Example


Text Example

White with #2EDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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