Html Css Color HEX #2CCEC4 Medium Turquoise

📋 copy color: '#2CCEC4'

red 44 ◦ green 206 ◦ blue 196

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

Shades of Medium Turquoise #2CCEC4

Tints of Medium Turquoise #2CCEC4

RGB

 RED value IS 44 (17.58% from 255) = 9.87%

 GREEN value IS 206 (80.86% from 255) = 46.19%

 BLUE value IS 196 (76.95% from 255) = 43.95%

R = 9.87%
G = 46.19%
B = 43.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#2CCEC4 (or 0x2CCEC4) is known color: Medium Turquoise. HEX triplet: 2C, CE and C4. RGB value is (44,206,196). Sum of RGB (Red+Green+Blue) = 44+206+196=446 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.87% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCEC4 is #D3313B. Grayscale: #9C9C9C. Windows color (decimal): -13840700 or 12897836. OLE color: 12897836.

HSL color Cylindrical-coordinate representation of color #2CCEC4: hue angle of 176.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCEC4 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 44 206 196 -
CMYK 0.79 0 0.05 0.19
HSL 176.3º 0.65% 0.49% -
HSV(B) 176.3º 0.79% 0.81% -
XYZ 33.07 48.66 59.87 -
YUV 156.42 150.33 47.81 -
System Red Green Blue C M Y K H S L
Decimal 44 206 196 0.79 0 0.05 0.19 176.3 0.65 0.49
Hex 2C CE C4 4F 0 5 13 B0 41 31
Octal 54 316 304 117 0 5 23 260 101 61
Binary 101100 11001110 11000100 1001111 0 101 10011 10110000 1000001 110001

Color Harmonies of #2CCEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCEC4

Black with #2CCEC4

Text Example


Text Example

White with #2CCEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,206,196); }

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

background-color css

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

 a { background-color: rgb(44,206,196); }

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

border-color css

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

 span { border-color: rgb(44,206,196); }

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