Html Css Color HEX #40E8EF Turquoise

📋 copy color: '#40E8EF'

red 64 ◦ green 232 ◦ blue 239

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

Shades of Turquoise #40E8EF

Tints of Turquoise #40E8EF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.36%

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 11.96%
G = 43.36%
B = 44.67%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40E8EF (or 0x40E8EF) is known color: Turquoise. HEX triplet: 40, E8 and EF. RGB value is (64,232,239). Sum of RGB (Red+Green+Blue) = 64+232+239=535 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.96% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #40E8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E8EF is #BF1710. Grayscale: #B6B6B6. Windows color (decimal): -12523281 or 15722560. OLE color: 15722560.

HSL color Cylindrical-coordinate representation of color #40E8EF: hue angle of 182.4º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E8EF is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 232 239 -
CMYK 0.73 0.03 0 0.06
HSL 182.4º 0.85% 0.59% -
HSV(B) 182.4º 0.73% 0.94% -
XYZ 46.55 65.04 91.76 -
YUV 182.57 159.84 43.43 -
System Red Green Blue C M Y K H S L
Decimal 64 232 239 0.73 0.03 0 0.06 182.4 0.85 0.59
Hex 40 E8 EF 49 3 0 6 B6 55 3B
Octal 100 350 357 111 3 0 6 266 125 73
Binary 1000000 11101000 11101111 1001001 11 0 110 10110110 1010101 111011

Color Harmonies of #40E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E8EF

Black with #40E8EF

Text Example


Text Example

White with #40E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,232,239); }

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

background-color css

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

 a { background-color: rgb(64,232,239); }

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

border-color css

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

 span { border-color: rgb(64,232,239); }

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