Html Css Color HEX #2CCEC7 Medium Turquoise

📋 copy color: '#2CCEC7'

red 44 ◦ green 206 ◦ blue 199

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

Shades of Medium Turquoise #2CCEC7

Tints of Medium Turquoise #2CCEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.32%

R = 9.8%
G = 45.88%
B = 44.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#2CCEC7 (or 0x2CCEC7) is known color: Medium Turquoise. HEX triplet: 2C, CE and C7. RGB value is (44,206,199). Sum of RGB (Red+Green+Blue) = 44+206+199=449 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.80% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCEC7 is #D33138. Grayscale: #9C9C9C. Windows color (decimal): -13840697 or 13094444. OLE color: 13094444.

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

Color convert

RGB 44 206 199 -
CMYK 0.79 0 0.03 0.19
HSL 177.41º 0.65% 0.49% -
HSV(B) 177.41º 0.79% 0.81% -
XYZ 33.42 48.8 61.69 -
YUV 156.76 151.83 47.57 -
System Red Green Blue C M Y K H S L
Decimal 44 206 199 0.79 0 0.03 0.19 177.41 0.65 0.49
Hex 2C CE C7 4F 0 3 13 B1 41 31
Octal 54 316 307 117 0 3 23 261 101 61
Binary 101100 11001110 11000111 1001111 0 11 10011 10110001 1000001 110001

Color Harmonies of #2CCEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCEC7

Black with #2CCEC7

Text Example


Text Example

White with #2CCEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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