Html Css Color HEX #2EECEB Turquoise

📋 copy color: '#2EECEB'

red 46 ◦ green 236 ◦ blue 235

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

Shades of Turquoise #2EECEB

Tints of Turquoise #2EECEB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.65%

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 8.9%
G = 45.65%
B = 45.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#2EECEB (or 0x2EECEB) is known color: Turquoise. HEX triplet: 2E, EC and EB. RGB value is (46,236,235). Sum of RGB (Red+Green+Blue) = 46+236+235=517 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.90% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EECEB is #D11314. Grayscale: #B2B2B2. Windows color (decimal): -13701909 or 15461422. OLE color: 15461422.

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

Color convert

RGB 46 236 235 -
CMYK 0.81 0 0.00 0.07
HSL 179.68º 0.83% 0.55% -
HSV(B) 179.68º 0.81% 0.93% -
XYZ 46.12 66.57 89.02 -
YUV 179.08 159.55 33.08 -
System Red Green Blue C M Y K H S L
Decimal 46 236 235 0.81 0 0.00 0.07 179.68 0.83 0.55
Hex 2E EC EB 51 0 0 7 B4 53 37
Octal 56 354 353 121 0 0 7 264 123 67
Binary 101110 11101100 11101011 1010001 0 0 111 10110100 1010011 110111

Color Harmonies of #2EECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EECEB

Black with #2EECEB

Text Example


Text Example

White with #2EECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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