Html Css Color HEX #2CCDC1 Medium Turquoise

📋 copy color: '#2CCDC1'

red 44 ◦ green 205 ◦ blue 193

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

Shades of Medium Turquoise #2CCDC1

Tints of Medium Turquoise #2CCDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.67%

R = 9.95%
G = 46.38%
B = 43.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#2CCDC1 (or 0x2CCDC1) is known color: Medium Turquoise. HEX triplet: 2C, CD and C1. RGB value is (44,205,193). Sum of RGB (Red+Green+Blue) = 44+205+193=442 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.95% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCDC1 is #D3323E. Grayscale: #9B9B9B. Windows color (decimal): -13840959 or 12700972. OLE color: 12700972.

HSL color Cylindrical-coordinate representation of color #2CCDC1: hue angle of 175.53º 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 #2CCDC1 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 205 193 -
CMYK 0.79 0 0.06 0.20
HSL 175.53º 0.65% 0.49% -
HSV(B) 175.53º 0.79% 0.8% -
XYZ 32.5 48.05 58.01 -
YUV 155.49 149.16 48.48 -
System Red Green Blue C M Y K H S L
Decimal 44 205 193 0.79 0 0.06 0.20 175.53 0.65 0.49
Hex 2C CD C1 4F 0 6 14 B0 41 31
Octal 54 315 301 117 0 6 24 260 101 61
Binary 101100 11001101 11000001 1001111 0 110 10100 10110000 1000001 110001

Color Harmonies of #2CCDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCDC1

Black with #2CCDC1

Text Example


Text Example

White with #2CCDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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