Html Css Color HEX #2CE0C5 Turquoise

📋 copy color: '#2CE0C5'

red 44 ◦ green 224 ◦ blue 197

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

Shades of Turquoise #2CE0C5

Tints of Turquoise #2CE0C5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.17%

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

R = 9.46%
G = 48.17%
B = 42.37%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#2CE0C5 (or 0x2CE0C5) is known color: Turquoise. HEX triplet: 2C, E0 and C5. RGB value is (44,224,197). Sum of RGB (Red+Green+Blue) = 44+224+197=465 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.46% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE0C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CE0C5 is #D31F3A. Grayscale: #A7A7A7. Windows color (decimal): -13836091 or 12967980. OLE color: 12967980.

HSL color Cylindrical-coordinate representation of color #2CE0C5: hue angle of 171º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE0C5 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 224 197 -
CMYK 0.80 0 0.12 0.12
HSL 171º 0.74% 0.53% -
HSV(B) 171º 0.8% 0.88% -
XYZ 37.77 57.88 62 -
YUV 167.1 144.87 40.2 -
System Red Green Blue C M Y K H S L
Decimal 44 224 197 0.80 0 0.12 0.12 171 0.74 0.53
Hex 2C E0 C5 50 0 C C AB 4A 35
Octal 54 340 305 120 0 14 14 253 112 65
Binary 101100 11100000 11000101 1010000 0 1100 1100 10101011 1001010 110101

Color Harmonies of #2CE0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE0C5

Black with #2CE0C5

Text Example


Text Example

White with #2CE0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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