Html Css Color HEX #40E7C8 Turquoise

📋 copy color: '#40E7C8'

red 64 ◦ green 231 ◦ blue 200

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

Shades of Turquoise #40E7C8

Tints of Turquoise #40E7C8

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.67%

 BLUE value IS 200 (78.52% from 255) = 40.4%

R = 12.93%
G = 46.67%
B = 40.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#40E7C8 (or 0x40E7C8) is known color: Turquoise. HEX triplet: 40, E7 and C8. RGB value is (64,231,200). Sum of RGB (Red+Green+Blue) = 64+231+200=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 231 (90.62% from 255 or 46.67% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7C8 is #BF1837. Grayscale: #B1B1B1. Windows color (decimal): -12523576 or 13166400. OLE color: 13166400.

HSL color Cylindrical-coordinate representation of color #40E7C8: hue angle of 168.86º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E7C8 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 231 200 -
CMYK 0.72 0 0.13 0.09
HSL 168.86º 0.78% 0.58% -
HSV(B) 168.86º 0.72% 0.91% -
XYZ 41.12 62.41 64.52 -
YUV 177.53 140.67 47.02 -
System Red Green Blue C M Y K H S L
Decimal 64 231 200 0.72 0 0.13 0.09 168.86 0.78 0.58
Hex 40 E7 C8 48 0 D 9 A9 4E 3A
Octal 100 347 310 110 0 15 11 251 116 72
Binary 1000000 11100111 11001000 1001000 0 1101 1001 10101001 1001110 111010

Color Harmonies of #40E7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E7C8

Black with #40E7C8

Text Example


Text Example

White with #40E7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,231,200); }

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

background-color css

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

 a { background-color: rgb(64,231,200); }

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

border-color css

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

 span { border-color: rgb(64,231,200); }

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