Html Css Color HEX #2CEBC7 Turquoise

📋 copy color: '#2CEBC7'

red 44 ◦ green 235 ◦ blue 199

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

Shades of Turquoise #2CEBC7

Tints of Turquoise #2CEBC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.63%

R = 9.21%
G = 49.16%
B = 41.63%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#2CEBC7 (or 0x2CEBC7) is known color: Turquoise. HEX triplet: 2C, EB and C7. RGB value is (44,235,199). Sum of RGB (Red+Green+Blue) = 44+235+199=478 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.21% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEBC7 is #D31438. Grayscale: #ADADAD. Windows color (decimal): -13833273 or 13101868. OLE color: 13101868.

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

Color convert

RGB 44 235 199 -
CMYK 0.81 0 0.15 0.08
HSL 168.69º 0.83% 0.55% -
HSV(B) 168.69º 0.81% 0.92% -
XYZ 41.06 64.08 64.24 -
YUV 173.79 142.22 35.43 -
System Red Green Blue C M Y K H S L
Decimal 44 235 199 0.81 0 0.15 0.08 168.69 0.83 0.55
Hex 2C EB C7 51 0 F 8 A9 53 37
Octal 54 353 307 121 0 17 10 251 123 67
Binary 101100 11101011 11000111 1010001 0 1111 1000 10101001 1010011 110111

Color Harmonies of #2CEBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEBC7

Black with #2CEBC7

Text Example


Text Example

White with #2CEBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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