Html Css Color HEX #40E7EA Turquoise

📋 copy color: '#40E7EA'

red 64 ◦ green 231 ◦ blue 234

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

Shades of Turquoise #40E7EA

Tints of Turquoise #40E7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 12.1%
G = 43.67%
B = 44.23%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40E7EA (or 0x40E7EA) is known color: Turquoise. HEX triplet: 40, E7 and EA. RGB value is (64,231,234). Sum of RGB (Red+Green+Blue) = 64+231+234=529 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.10% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #40E7EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E7EA is #BF1815. Grayscale: #B5B5B5. Windows color (decimal): -12523542 or 15394624. OLE color: 15394624.

HSL color Cylindrical-coordinate representation of color #40E7EA: hue angle of 181.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E7EA is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 231 234 -
CMYK 0.73 0.01 0 0.08
HSL 181.06º 0.8% 0.58% -
HSV(B) 181.06º 0.73% 0.92% -
XYZ 45.54 64.18 87.83 -
YUV 181.41 157.67 44.26 -
System Red Green Blue C M Y K H S L
Decimal 64 231 234 0.73 0.01 0 0.08 181.06 0.8 0.58
Hex 40 E7 EA 49 1 0 8 B5 50 3A
Octal 100 347 352 111 1 0 10 265 120 72
Binary 1000000 11100111 11101010 1001001 1 0 1000 10110101 1010000 111010

Color Harmonies of #40E7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E7EA

Black with #40E7EA

Text Example


Text Example

White with #40E7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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