Html Css Color HEX #2CC2CB Medium Turquoise

📋 copy color: '#2CC2CB'

red 44 ◦ green 194 ◦ blue 203

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

Shades of Medium Turquoise #2CC2CB

Tints of Medium Turquoise #2CC2CB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.99%

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 9.98%
G = 43.99%
B = 46.03%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2CC2CB (or 0x2CC2CB) is known color: Medium Turquoise. HEX triplet: 2C, C2 and CB. RGB value is (44,194,203). Sum of RGB (Red+Green+Blue) = 44+194+203=441 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.98% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #2CC2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC2CB is #D33D34. Grayscale: #959595. Windows color (decimal): -13843765 or 13353516. OLE color: 13353516.

HSL color Cylindrical-coordinate representation of color #2CC2CB: hue angle of 183.4º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC2CB is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 194 203 -
CMYK 0.78 0.04 0 0.20
HSL 183.4º 0.64% 0.48% -
HSV(B) 183.4º 0.78% 0.8% -
XYZ 31.11 43.43 63.24 -
YUV 150.18 157.81 52.27 -
System Red Green Blue C M Y K H S L
Decimal 44 194 203 0.78 0.04 0 0.20 183.4 0.64 0.48
Hex 2C C2 CB 4E 4 0 14 B7 40 30
Octal 54 302 313 116 4 0 24 267 100 60
Binary 101100 11000010 11001011 1001110 100 0 10100 10110111 1000000 110000

Color Harmonies of #2CC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC2CB

Black with #2CC2CB

Text Example


Text Example

White with #2CC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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