Html Css Color HEX #2CD5BC Turquoise

📋 copy color: '#2CD5BC'

red 44 ◦ green 213 ◦ blue 188

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

Shades of Turquoise #2CD5BC

Tints of Turquoise #2CD5BC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.87%

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 9.89%
G = 47.87%
B = 42.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#2CD5BC (or 0x2CD5BC) is known color: Turquoise. HEX triplet: 2C, D5 and BC. RGB value is (44,213,188). Sum of RGB (Red+Green+Blue) = 44+213+188=445 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.89% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD5BC is #D32A43. Grayscale: #9F9F9F. Windows color (decimal): -13838916 or 12375340. OLE color: 12375340.

HSL color Cylindrical-coordinate representation of color #2CD5BC: hue angle of 171.12º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD5BC is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 44 213 188 -
CMYK 0.79 0 0.12 0.16
HSL 171.12º 0.67% 0.5% -
HSV(B) 171.12º 0.79% 0.84% -
XYZ 33.91 51.75 55.78 -
YUV 159.62 144.01 45.53 -
System Red Green Blue C M Y K H S L
Decimal 44 213 188 0.79 0 0.12 0.16 171.12 0.67 0.5
Hex 2C D5 BC 4F 0 C 10 AB 43 32
Octal 54 325 274 117 0 14 20 253 103 62
Binary 101100 11010101 10111100 1001111 0 1100 10000 10101011 1000011 110010

Color Harmonies of #2CD5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD5BC

Black with #2CD5BC

Text Example


Text Example

White with #2CD5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,213,188); }

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

background-color css

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

 a { background-color: rgb(44,213,188); }

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

border-color css

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

 span { border-color: rgb(44,213,188); }

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