Html Css Color HEX #2CD5CC Turquoise

📋 copy color: '#2CD5CC'

red 44 ◦ green 213 ◦ blue 204

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

Shades of Turquoise #2CD5CC

Tints of Turquoise #2CD5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 9.54%
G = 46.2%
B = 44.25%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#2CD5CC (or 0x2CD5CC) is known color: Turquoise. HEX triplet: 2C, D5 and CC. RGB value is (44,213,204). Sum of RGB (Red+Green+Blue) = 44+213+204=461 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.54% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CD5CC is #D32A33. Grayscale: #A1A1A1. Windows color (decimal): -13838900 or 13423916. OLE color: 13423916.

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

Color convert

RGB 44 213 204 -
CMYK 0.79 0 0.04 0.16
HSL 176.8º 0.67% 0.5% -
HSV(B) 176.8º 0.79% 0.84% -
XYZ 35.73 52.48 65.37 -
YUV 161.44 152.01 44.23 -
System Red Green Blue C M Y K H S L
Decimal 44 213 204 0.79 0 0.04 0.16 176.8 0.67 0.5
Hex 2C D5 CC 4F 0 4 10 B1 43 32
Octal 54 325 314 117 0 4 20 261 103 62
Binary 101100 11010101 11001100 1001111 0 100 10000 10110001 1000011 110010

Color Harmonies of #2CD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CD5CC

Black with #2CD5CC

Text Example


Text Example

White with #2CD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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