Html Css Color HEX #40E0EA Turquoise

📋 copy color: '#40E0EA'

red 64 ◦ green 224 ◦ blue 234

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

Shades of Turquoise #40E0EA

Tints of Turquoise #40E0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.91%

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

R = 12.26%
G = 42.91%
B = 44.83%

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

#40E0EA (or 0x40E0EA) is known color: Turquoise. HEX triplet: 40, E0 and EA. RGB value is (64,224,234). Sum of RGB (Red+Green+Blue) = 64+224+234=522 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.26% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #40E0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40E0EA is #BF1F15. Grayscale: #B1B1B1. Windows color (decimal): -12525334 or 15392832. OLE color: 15392832.

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

Color convert

RGB 64 224 234 -
CMYK 0.73 0.04 0 0.08
HSL 183.53º 0.8% 0.58% -
HSV(B) 183.53º 0.73% 0.92% -
XYZ 43.62 60.34 87.19 -
YUV 177.3 159.99 47.19 -
System Red Green Blue C M Y K H S L
Decimal 64 224 234 0.73 0.04 0 0.08 183.53 0.8 0.58
Hex 40 E0 EA 49 4 0 8 B8 50 3A
Octal 100 340 352 111 4 0 10 270 120 72
Binary 1000000 11100000 11101010 1001001 100 0 1000 10111000 1010000 111010

Color Harmonies of #40E0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E0EA

Black with #40E0EA

Text Example


Text Example

White with #40E0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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