Html Css Color HEX #2CDCC6 Turquoise

📋 copy color: '#2CDCC6'

red 44 ◦ green 220 ◦ blue 198

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

Shades of Turquoise #2CDCC6

Tints of Turquoise #2CDCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.86%

R = 9.52%
G = 47.62%
B = 42.86%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#2CDCC6 (or 0x2CDCC6) is known color: Turquoise. HEX triplet: 2C, DC and C6. RGB value is (44,220,198). Sum of RGB (Red+Green+Blue) = 44+220+198=462 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.52% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CDCC6 is #D32339. Grayscale: #A4A4A4. Windows color (decimal): -13837114 or 13032492. OLE color: 13032492.

HSL color Cylindrical-coordinate representation of color #2CDCC6: hue angle of 172.5º 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 #2CDCC6 is Cyan = 0.8, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 220 198 -
CMYK 0.8 0 0.1 0.14
HSL 172.5º 0.72% 0.52% -
HSV(B) 172.5º 0.8% 0.86% -
XYZ 36.82 55.8 62.26 -
YUV 164.87 146.69 41.79 -
System Red Green Blue C M Y K H S L
Decimal 44 220 198 0.8 0 0.1 0.14 172.5 0.72 0.52
Hex 2C DC C6 50 0 A E AC 48 34
Octal 54 334 306 120 0 12 16 254 110 64
Binary 101100 11011100 11000110 1010000 0 1010 1110 10101100 1001000 110100

Color Harmonies of #2CDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDCC6

Black with #2CDCC6

Text Example


Text Example

White with #2CDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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