Html Css Color HEX #2CC2CC Medium Turquoise

📋 copy color: '#2CC2CC'

red 44 ◦ green 194 ◦ blue 204

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

Shades of Medium Turquoise #2CC2CC

Tints of Medium Turquoise #2CC2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 9.95%
G = 43.89%
B = 46.15%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2CC2CC (or 0x2CC2CC) is known color: Medium Turquoise. HEX triplet: 2C, C2 and CC. RGB value is (44,194,204). Sum of RGB (Red+Green+Blue) = 44+194+204=442 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.95% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #2CC2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC2CC is #D33D33. Grayscale: #969696. Windows color (decimal): -13843764 or 13419052. OLE color: 13419052.

HSL color Cylindrical-coordinate representation of color #2CC2CC: hue angle of 183.75º 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 #2CC2CC is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 44 194 204 -
CMYK 0.78 0.05 0 0.2
HSL 183.75º 0.65% 0.49% -
HSV(B) 183.75º 0.78% 0.8% -
XYZ 31.23 43.48 63.87 -
YUV 150.29 158.31 52.19 -
System Red Green Blue C M Y K H S L
Decimal 44 194 204 0.78 0.05 0 0.2 183.75 0.65 0.49
Hex 2C C2 CC 4E 5 0 14 B8 41 31
Octal 54 302 314 116 5 0 24 270 101 61
Binary 101100 11000010 11001100 1001110 101 0 10100 10111000 1000001 110001

Color Harmonies of #2CC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC2CC

Black with #2CC2CC

Text Example


Text Example

White with #2CC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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