Html Css Color HEX #2CCEBE Medium Turquoise

📋 copy color: '#2CCEBE'

red 44 ◦ green 206 ◦ blue 190

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

Shades of Medium Turquoise #2CCEBE

Tints of Medium Turquoise #2CCEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 10%
G = 46.82%
B = 43.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#2CCEBE (or 0x2CCEBE) is known color: Medium Turquoise. HEX triplet: 2C, CE and BE. RGB value is (44,206,190). Sum of RGB (Red+Green+Blue) = 44+206+190=440 (58% of max value = 765). Red value is 44 (17.58% from 255 or 10% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCEBE is #D33141. Grayscale: #9B9B9B. Windows color (decimal): -13840706 or 12504620. OLE color: 12504620.

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

Color convert

RGB 44 206 190 -
CMYK 0.79 0 0.08 0.19
HSL 174.07º 0.65% 0.49% -
HSV(B) 174.07º 0.79% 0.81% -
XYZ 32.4 48.4 56.35 -
YUV 155.74 147.33 48.3 -
System Red Green Blue C M Y K H S L
Decimal 44 206 190 0.79 0 0.08 0.19 174.07 0.65 0.49
Hex 2C CE BE 4F 0 8 13 AE 41 31
Octal 54 316 276 117 0 10 23 256 101 61
Binary 101100 11001110 10111110 1001111 0 1000 10011 10101110 1000001 110001

Color Harmonies of #2CCEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCEBE

Black with #2CCEBE

Text Example


Text Example

White with #2CCEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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