Html Css Color HEX #40EAEE Turquoise

📋 copy color: '#40EAEE'

red 64 ◦ green 234 ◦ blue 238

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

Shades of Turquoise #40EAEE

Tints of Turquoise #40EAEE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.66%

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 11.94%
G = 43.66%
B = 44.4%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40EAEE (or 0x40EAEE) is known color: Turquoise. HEX triplet: 40, EA and EE. RGB value is (64,234,238). Sum of RGB (Red+Green+Blue) = 64+234+238=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #40EAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EAEE is #BF1511. Grayscale: #B7B7B7. Windows color (decimal): -12522770 or 15657536. OLE color: 15657536.

HSL color Cylindrical-coordinate representation of color #40EAEE: hue angle of 181.38º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EAEE is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 234 238 -
CMYK 0.73 0.02 0 0.07
HSL 181.38º 0.84% 0.59% -
HSV(B) 181.38º 0.73% 0.93% -
XYZ 46.97 66.11 91.17 -
YUV 183.63 158.68 42.67 -
System Red Green Blue C M Y K H S L
Decimal 64 234 238 0.73 0.02 0 0.07 181.38 0.84 0.59
Hex 40 EA EE 49 2 0 7 B5 54 3B
Octal 100 352 356 111 2 0 7 265 124 73
Binary 1000000 11101010 11101110 1001001 10 0 111 10110101 1010100 111011

Color Harmonies of #40EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EAEE

Black with #40EAEE

Text Example


Text Example

White with #40EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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