Html Css Color HEX #40E1EA Turquoise

📋 copy color: '#40E1EA'

red 64 ◦ green 225 ◦ blue 234

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

Shades of Turquoise #40E1EA

Tints of Turquoise #40E1EA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.02%

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

R = 12.24%
G = 43.02%
B = 44.74%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40E1EA (or 0x40E1EA) is known color: Turquoise. HEX triplet: 40, E1 and EA. RGB value is (64,225,234). Sum of RGB (Red+Green+Blue) = 64+225+234=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #40E1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E1EA is #BF1E15. Grayscale: #B1B1B1. Windows color (decimal): -12525078 or 15393088. OLE color: 15393088.

HSL color Cylindrical-coordinate representation of color #40E1EA: hue angle of 183.18º 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 #40E1EA is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 225 234 -
CMYK 0.73 0.04 0 0.08
HSL 183.18º 0.8% 0.58% -
HSV(B) 183.18º 0.73% 0.92% -
XYZ 43.89 60.88 87.28 -
YUV 177.89 159.66 46.77 -
System Red Green Blue C M Y K H S L
Decimal 64 225 234 0.73 0.04 0 0.08 183.18 0.8 0.58
Hex 40 E1 EA 49 4 0 8 B7 50 3A
Octal 100 341 352 111 4 0 10 267 120 72
Binary 1000000 11100001 11101010 1001001 100 0 1000 10110111 1010000 111010

Color Harmonies of #40E1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E1EA

Black with #40E1EA

Text Example


Text Example

White with #40E1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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