Html Css Color HEX #2EECDF Turquoise

📋 copy color: '#2EECDF'

red 46 ◦ green 236 ◦ blue 223

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

Shades of Turquoise #2EECDF

Tints of Turquoise #2EECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 9.11%
G = 46.73%
B = 44.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#2EECDF (or 0x2EECDF) is known color: Turquoise. HEX triplet: 2E, EC and DF. RGB value is (46,236,223). Sum of RGB (Red+Green+Blue) = 46+236+223=505 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.11% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECDF is #D11320. Grayscale: #B1B1B1. Windows color (decimal): -13701921 or 14674990. OLE color: 14674990.

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

Color convert

RGB 46 236 223 -
CMYK 0.81 0 0.06 0.07
HSL 175.89º 0.83% 0.55% -
HSV(B) 175.89º 0.81% 0.93% -
XYZ 44.44 65.9 80.19 -
YUV 177.71 153.55 34.06 -
System Red Green Blue C M Y K H S L
Decimal 46 236 223 0.81 0 0.06 0.07 175.89 0.83 0.55
Hex 2E EC DF 51 0 6 7 B0 53 37
Octal 56 354 337 121 0 6 7 260 123 67
Binary 101110 11101100 11011111 1010001 0 110 111 10110000 1010011 110111

Color Harmonies of #2EECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EECDF

Black with #2EECDF

Text Example


Text Example

White with #2EECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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