Html Css Color HEX #2CEBC1 Turquoise

📋 copy color: '#2CEBC1'

red 44 ◦ green 235 ◦ blue 193

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

Shades of Turquoise #2CEBC1

Tints of Turquoise #2CEBC1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.79%

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 9.32%
G = 49.79%
B = 40.89%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#2CEBC1 (or 0x2CEBC1) is known color: Turquoise. HEX triplet: 2C, EB and C1. RGB value is (44,235,193). Sum of RGB (Red+Green+Blue) = 44+235+193=472 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.32% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEBC1 is #D3143E. Grayscale: #ADADAD. Windows color (decimal): -13833279 or 12708652. OLE color: 12708652.

HSL color Cylindrical-coordinate representation of color #2CEBC1: hue angle of 166.81º degrees, saturation: 0.83, 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 #2CEBC1 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 235 193 -
CMYK 0.81 0 0.18 0.08
HSL 166.81º 0.83% 0.55% -
HSV(B) 166.81º 0.81% 0.92% -
XYZ 40.37 63.8 60.64 -
YUV 173.1 139.22 35.92 -
System Red Green Blue C M Y K H S L
Decimal 44 235 193 0.81 0 0.18 0.08 166.81 0.83 0.55
Hex 2C EB C1 51 0 12 8 A7 53 37
Octal 54 353 301 121 0 22 10 247 123 67
Binary 101100 11101011 11000001 1010001 0 10010 1000 10100111 1010011 110111

Color Harmonies of #2CEBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEBC1

Black with #2CEBC1

Text Example


Text Example

White with #2CEBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,235,193); }

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

background-color css

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

 a { background-color: rgb(44,235,193); }

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

border-color css

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

 span { border-color: rgb(44,235,193); }

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