Html Css Color HEX #2CC7D1 Medium Turquoise

📋 copy color: '#2CC7D1'

red 44 ◦ green 199 ◦ blue 209

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

Shades of Medium Turquoise #2CC7D1

Tints of Medium Turquoise #2CC7D1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.03%

 BLUE value IS 209 (82.03% from 255) = 46.24%

R = 9.73%
G = 44.03%
B = 46.24%

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2CC7D1 (or 0x2CC7D1) is known color: Medium Turquoise. HEX triplet: 2C, C7 and D1. RGB value is (44,199,209). Sum of RGB (Red+Green+Blue) = 44+199+209=452 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.73% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #2CC7D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC7D1 is #D3382E. Grayscale: #999999. Windows color (decimal): -13842479 or 13748012. OLE color: 13748012.

HSL color Cylindrical-coordinate representation of color #2CC7D1: hue angle of 183.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CC7D1 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 44 199 209 -
CMYK 0.79 0.05 0 0.18
HSL 183.64º 0.65% 0.5% -
HSV(B) 183.64º 0.79% 0.82% -
XYZ 32.97 45.99 67.46 -
YUV 153.8 159.15 49.69 -
System Red Green Blue C M Y K H S L
Decimal 44 199 209 0.79 0.05 0 0.18 183.64 0.65 0.5
Hex 2C C7 D1 4F 5 0 12 B8 41 32
Octal 54 307 321 117 5 0 22 270 101 62
Binary 101100 11000111 11010001 1001111 101 0 10010 10111000 1000001 110010

Color Harmonies of #2CC7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC7D1

Black with #2CC7D1

Text Example


Text Example

White with #2CC7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,199,209); }

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

background-color css

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

 a { background-color: rgb(44,199,209); }

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

border-color css

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

 span { border-color: rgb(44,199,209); }

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