Html Css Color HEX #40E4C1 Turquoise

📋 copy color: '#40E4C1'

red 64 ◦ green 228 ◦ blue 193

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

Shades of Turquoise #40E4C1

Tints of Turquoise #40E4C1

RGB

 RED value IS 64 (25.39% from 255) = 13.2%

 GREEN value IS 228 (89.45% from 255) = 47.01%

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

R = 13.2%
G = 47.01%
B = 39.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#40E4C1 (or 0x40E4C1) is known color: Turquoise. HEX triplet: 40, E4 and C1. RGB value is (64,228,193). Sum of RGB (Red+Green+Blue) = 64+228+193=485 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.20% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #40E4C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E4C1 is #BF1B3E. Grayscale: #AEAEAE. Windows color (decimal): -12524351 or 12706880. OLE color: 12706880.

HSL color Cylindrical-coordinate representation of color #40E4C1: hue angle of 167.2º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E4C1 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 228 193 -
CMYK 0.72 0 0.15 0.11
HSL 167.2º 0.75% 0.57% -
HSV(B) 167.2º 0.72% 0.89% -
XYZ 39.48 60.43 60.03 -
YUV 174.97 138.17 48.85 -
System Red Green Blue C M Y K H S L
Decimal 64 228 193 0.72 0 0.15 0.11 167.2 0.75 0.57
Hex 40 E4 C1 48 0 F B A7 4B 39
Octal 100 344 301 110 0 17 13 247 113 71
Binary 1000000 11100100 11000001 1001000 0 1111 1011 10100111 1001011 111001

Color Harmonies of #40E4C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E4C1

Black with #40E4C1

Text Example


Text Example

White with #40E4C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40E4C1; }

 p { color: rgb(64,228,193); }

 H1.HeaderClassName
 {
   color: #40E4C1;
 }
 .AnyTagClassName
 {
   color: #40E4C1;
 }
</style>

background-color css

<style>
 a { background-color: #40E4C1; }

 a { background-color: rgb(64,228,193); }

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

border-color css

<style>
 span { border-color: #40E4C1; }

 span { border-color: rgb(64,228,193); }

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