Html Css Color HEX #2CEABC Turquoise

📋 copy color: '#2CEABC'

red 44 ◦ green 234 ◦ blue 188

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

Shades of Turquoise #2CEABC

Tints of Turquoise #2CEABC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.21%

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

R = 9.44%
G = 50.21%
B = 40.34%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#2CEABC (or 0x2CEABC) is known color: Turquoise. HEX triplet: 2C, EA and BC. RGB value is (44,234,188). Sum of RGB (Red+Green+Blue) = 44+234+188=466 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.44% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEABC is #D31543. Grayscale: #ABABAB. Windows color (decimal): -13833540 or 12380716. OLE color: 12380716.

HSL color Cylindrical-coordinate representation of color #2CEABC: hue angle of 165.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEABC is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 234 188 -
CMYK 0.81 0 0.20 0.08
HSL 165.47º 0.82% 0.55% -
HSV(B) 165.47º 0.81% 0.92% -
XYZ 39.54 63.01 57.66 -
YUV 171.95 137.05 36.74 -
System Red Green Blue C M Y K H S L
Decimal 44 234 188 0.81 0 0.20 0.08 165.47 0.82 0.55
Hex 2C EA BC 51 0 14 8 A5 52 37
Octal 54 352 274 121 0 24 10 245 122 67
Binary 101100 11101010 10111100 1010001 0 10100 1000 10100101 1010010 110111

Color Harmonies of #2CEABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEABC

Black with #2CEABC

Text Example


Text Example

White with #2CEABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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