Html Css Color HEX #40EFC7 Turquoise

📋 copy color: '#40EFC7'

red 64 ◦ green 239 ◦ blue 199

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

Shades of Turquoise #40EFC7

Tints of Turquoise #40EFC7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.61%

 BLUE value IS 199 (78.13% from 255) = 39.64%

R = 12.75%
G = 47.61%
B = 39.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#40EFC7 (or 0x40EFC7) is known color: Turquoise. HEX triplet: 40, EF and C7. RGB value is (64,239,199). Sum of RGB (Red+Green+Blue) = 64+239+199=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFC7 is #BF1038. Grayscale: #B6B6B6. Windows color (decimal): -12521529 or 13102912. OLE color: 13102912.

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

Color convert

RGB 64 239 199 -
CMYK 0.73 0 0.17 0.06
HSL 166.29º 0.85% 0.59% -
HSV(B) 166.29º 0.73% 0.94% -
XYZ 43.29 66.95 64.67 -
YUV 182.12 137.52 43.75 -
System Red Green Blue C M Y K H S L
Decimal 64 239 199 0.73 0 0.17 0.06 166.29 0.85 0.59
Hex 40 EF C7 49 0 11 6 A6 55 3B
Octal 100 357 307 111 0 21 6 246 125 73
Binary 1000000 11101111 11000111 1001001 0 10001 110 10100110 1010101 111011

Color Harmonies of #40EFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFC7

Black with #40EFC7

Text Example


Text Example

White with #40EFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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