Html Css Color HEX #2CCCBC Medium Turquoise

📋 copy color: '#2CCCBC'

red 44 ◦ green 204 ◦ blue 188

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

Shades of Medium Turquoise #2CCCBC

Tints of Medium Turquoise #2CCCBC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.79%

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 10.09%
G = 46.79%
B = 43.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#2CCCBC (or 0x2CCCBC) is known color: Medium Turquoise. HEX triplet: 2C, CC and BC. RGB value is (44,204,188). Sum of RGB (Red+Green+Blue) = 44+204+188=436 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.09% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCCBC is #D33343. Grayscale: #9A9A9A. Windows color (decimal): -13841220 or 12373036. OLE color: 12373036.

HSL color Cylindrical-coordinate representation of color #2CCCBC: hue angle of 174º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCCBC is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 44 204 188 -
CMYK 0.78 0 0.08 0.2
HSL 174º 0.65% 0.49% -
HSV(B) 174º 0.78% 0.8% -
XYZ 31.71 47.35 55.05 -
YUV 154.34 146.99 49.3 -
System Red Green Blue C M Y K H S L
Decimal 44 204 188 0.78 0 0.08 0.2 174 0.65 0.49
Hex 2C CC BC 4E 0 8 14 AE 41 31
Octal 54 314 274 116 0 10 24 256 101 61
Binary 101100 11001100 10111100 1001110 0 1000 10100 10101110 1000001 110001

Color Harmonies of #2CCCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCCBC

Black with #2CCCBC

Text Example


Text Example

White with #2CCCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,204,188); }

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

background-color css

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

 a { background-color: rgb(44,204,188); }

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

border-color css

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

 span { border-color: rgb(44,204,188); }

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