Html Css Color HEX #40EFC8 Turquoise

📋 copy color: '#40EFC8'

red 64 ◦ green 239 ◦ blue 200

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

Shades of Turquoise #40EFC8

Tints of Turquoise #40EFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.76%

R = 12.72%
G = 47.51%
B = 39.76%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#40EFC8 (or 0x40EFC8) is known color: Turquoise. HEX triplet: 40, EF and C8. RGB value is (64,239,200). Sum of RGB (Red+Green+Blue) = 64+239+200=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFC8 is #BF1037. Grayscale: #B6B6B6. Windows color (decimal): -12521528 or 13168448. OLE color: 13168448.

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

Color convert

RGB 64 239 200 -
CMYK 0.73 0 0.16 0.06
HSL 166.63º 0.85% 0.59% -
HSV(B) 166.63º 0.73% 0.94% -
XYZ 43.41 66.99 65.29 -
YUV 182.23 138.02 43.67 -
System Red Green Blue C M Y K H S L
Decimal 64 239 200 0.73 0 0.16 0.06 166.63 0.85 0.59
Hex 40 EF C8 49 0 10 6 A7 55 3B
Octal 100 357 310 111 0 20 6 247 125 73
Binary 1000000 11101111 11001000 1001001 0 10000 110 10100111 1010101 111011

Color Harmonies of #40EFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFC8

Black with #40EFC8

Text Example


Text Example

White with #40EFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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