Html Css Color HEX #2CCDCB Medium Turquoise

📋 copy color: '#2CCDCB'

red 44 ◦ green 205 ◦ blue 203

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

Shades of Medium Turquoise #2CCDCB

Tints of Medium Turquoise #2CCDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.35%

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

R = 9.73%
G = 45.35%
B = 44.91%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#2CCDCB (or 0x2CCDCB) is known color: Medium Turquoise. HEX triplet: 2C, CD and CB. RGB value is (44,205,203). Sum of RGB (Red+Green+Blue) = 44+205+203=452 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.73% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCDCB is #D33234. Grayscale: #9C9C9C. Windows color (decimal): -13840949 or 13356332. OLE color: 13356332.

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

Color convert

RGB 44 205 203 -
CMYK 0.79 0 0.01 0.20
HSL 179.25º 0.65% 0.49% -
HSV(B) 179.25º 0.79% 0.8% -
XYZ 33.65 48.51 64.09 -
YUV 156.63 154.16 47.66 -
System Red Green Blue C M Y K H S L
Decimal 44 205 203 0.79 0 0.01 0.20 179.25 0.65 0.49
Hex 2C CD CB 4F 0 1 14 B3 41 31
Octal 54 315 313 117 0 1 24 263 101 61
Binary 101100 11001101 11001011 1001111 0 1 10100 10110011 1000001 110001

Color Harmonies of #2CCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCDCB

Black with #2CCDCB

Text Example


Text Example

White with #2CCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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