Html Css Color HEX #2CCCBD Medium Turquoise

📋 copy color: '#2CCCBD'

red 44 ◦ green 204 ◦ blue 189

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

Shades of Medium Turquoise #2CCCBD

Tints of Medium Turquoise #2CCCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.25%

R = 10.07%
G = 46.68%
B = 43.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#2CCCBD (or 0x2CCCBD) is known color: Medium Turquoise. HEX triplet: 2C, CC and BD. RGB value is (44,204,189). Sum of RGB (Red+Green+Blue) = 44+204+189=437 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.07% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCCBD is #D33342. Grayscale: #9A9A9A. Windows color (decimal): -13841219 or 12438572. OLE color: 12438572.

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

Color convert

RGB 44 204 189 -
CMYK 0.78 0 0.07 0.2
HSL 174.38º 0.65% 0.49% -
HSV(B) 174.38º 0.78% 0.8% -
XYZ 31.82 47.4 55.62 -
YUV 154.45 147.49 49.22 -
System Red Green Blue C M Y K H S L
Decimal 44 204 189 0.78 0 0.07 0.2 174.38 0.65 0.49
Hex 2C CC BD 4E 0 7 14 AE 41 31
Octal 54 314 275 116 0 7 24 256 101 61
Binary 101100 11001100 10111101 1001110 0 111 10100 10101110 1000001 110001

Color Harmonies of #2CCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCCBD

Black with #2CCCBD

Text Example


Text Example

White with #2CCCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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