Html Css Color HEX #2CCEC2 Medium Turquoise

📋 copy color: '#2CCEC2'

red 44 ◦ green 206 ◦ blue 194

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

Shades of Medium Turquoise #2CCEC2

Tints of Medium Turquoise #2CCEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.69%

R = 9.91%
G = 46.4%
B = 43.69%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#2CCEC2 (or 0x2CCEC2) is known color: Medium Turquoise. HEX triplet: 2C, CE and C2. RGB value is (44,206,194). Sum of RGB (Red+Green+Blue) = 44+206+194=444 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.91% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCEC2 is #D3313D. Grayscale: #9C9C9C. Windows color (decimal): -13840702 or 12766764. OLE color: 12766764.

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

Color convert

RGB 44 206 194 -
CMYK 0.79 0 0.06 0.19
HSL 175.56º 0.65% 0.49% -
HSV(B) 175.56º 0.79% 0.81% -
XYZ 32.85 48.57 58.68 -
YUV 156.19 149.33 47.98 -
System Red Green Blue C M Y K H S L
Decimal 44 206 194 0.79 0 0.06 0.19 175.56 0.65 0.49
Hex 2C CE C2 4F 0 6 13 B0 41 31
Octal 54 316 302 117 0 6 23 260 101 61
Binary 101100 11001110 11000010 1001111 0 110 10011 10110000 1000001 110001

Color Harmonies of #2CCEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCEC2

Black with #2CCEC2

Text Example


Text Example

White with #2CCEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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