Html Css Color HEX #2CDCC5 Turquoise

📋 copy color: '#2CDCC5'

red 44 ◦ green 220 ◦ blue 197

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

Shades of Turquoise #2CDCC5

Tints of Turquoise #2CDCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

 BLUE value IS 197 (77.34% from 255) = 42.73%

R = 9.54%
G = 47.72%
B = 42.73%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#2CDCC5 (or 0x2CDCC5) is known color: Turquoise. HEX triplet: 2C, DC and C5. RGB value is (44,220,197). Sum of RGB (Red+Green+Blue) = 44+220+197=461 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.54% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 197 (77.34% from 255 or 42.73% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDCC5 is #D3233A. Grayscale: #A4A4A4. Windows color (decimal): -13837115 or 12966956. OLE color: 12966956.

HSL color Cylindrical-coordinate representation of color #2CDCC5: hue angle of 172.16º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDCC5 is Cyan = 0.8, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 220 197 -
CMYK 0.8 0 0.10 0.14
HSL 172.16º 0.72% 0.52% -
HSV(B) 172.16º 0.8% 0.86% -
XYZ 36.71 55.75 61.65 -
YUV 164.75 146.19 41.87 -
System Red Green Blue C M Y K H S L
Decimal 44 220 197 0.8 0 0.10 0.14 172.16 0.72 0.52
Hex 2C DC C5 50 0 A E AC 48 34
Octal 54 334 305 120 0 12 16 254 110 64
Binary 101100 11011100 11000101 1010000 0 1010 1110 10101100 1001000 110100

Color Harmonies of #2CDCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDCC5

Black with #2CDCC5

Text Example


Text Example

White with #2CDCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,220,197); }

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

background-color css

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

 a { background-color: rgb(44,220,197); }

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

border-color css

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

 span { border-color: rgb(44,220,197); }

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