Html Css Color HEX #2CCEBF Medium Turquoise

📋 copy color: '#2CCEBF'

red 44 ◦ green 206 ◦ blue 191

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

Shades of Medium Turquoise #2CCEBF

Tints of Medium Turquoise #2CCEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 9.98%
G = 46.71%
B = 43.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#2CCEBF (or 0x2CCEBF) is known color: Medium Turquoise. HEX triplet: 2C, CE and BF. RGB value is (44,206,191). Sum of RGB (Red+Green+Blue) = 44+206+191=441 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.98% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCEBF is #D33140. Grayscale: #9B9B9B. Windows color (decimal): -13840705 or 12570156. OLE color: 12570156.

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

Color convert

RGB 44 206 191 -
CMYK 0.79 0 0.07 0.19
HSL 174.44º 0.65% 0.49% -
HSV(B) 174.44º 0.79% 0.81% -
XYZ 32.51 48.44 56.93 -
YUV 155.85 147.83 48.22 -
System Red Green Blue C M Y K H S L
Decimal 44 206 191 0.79 0 0.07 0.19 174.44 0.65 0.49
Hex 2C CE BF 4F 0 7 13 AE 41 31
Octal 54 316 277 117 0 7 23 256 101 61
Binary 101100 11001110 10111111 1001111 0 111 10011 10101110 1000001 110001

Color Harmonies of #2CCEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCEBF

Black with #2CCEBF

Text Example


Text Example

White with #2CCEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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