Html Css Color HEX #40E6EF Turquoise

📋 copy color: '#40E6EF'

red 64 ◦ green 230 ◦ blue 239

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

Shades of Turquoise #40E6EF

Tints of Turquoise #40E6EF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.15%

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

R = 12.01%
G = 43.15%
B = 44.84%

CMYK

 C value IS 0.73

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40E6EF (or 0x40E6EF) is known color: Turquoise. HEX triplet: 40, E6 and EF. RGB value is (64,230,239). Sum of RGB (Red+Green+Blue) = 64+230+239=533 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.01% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #40E6EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E6EF is #BF1910. Grayscale: #B5B5B5. Windows color (decimal): -12523793 or 15722048. OLE color: 15722048.

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

Color convert

RGB 64 230 239 -
CMYK 0.73 0.04 0 0.06
HSL 183.09º 0.85% 0.59% -
HSV(B) 183.09º 0.73% 0.94% -
XYZ 45.99 63.92 91.57 -
YUV 181.39 160.5 44.27 -
System Red Green Blue C M Y K H S L
Decimal 64 230 239 0.73 0.04 0 0.06 183.09 0.85 0.59
Hex 40 E6 EF 49 4 0 6 B7 55 3B
Octal 100 346 357 111 4 0 6 267 125 73
Binary 1000000 11100110 11101111 1001001 100 0 110 10110111 1010101 111011

Color Harmonies of #40E6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E6EF

Black with #40E6EF

Text Example


Text Example

White with #40E6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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