Html Css Color HEX #40EFDC Turquoise

📋 copy color: '#40EFDC'

red 64 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #40EFDC

Tints of Turquoise #40EFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 12.24%
G = 45.7%
B = 42.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#40EFDC (or 0x40EFDC) is known color: Turquoise. HEX triplet: 40, EF and DC. RGB value is (64,239,220). Sum of RGB (Red+Green+Blue) = 64+239+220=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFDC is #BF1023. Grayscale: #B8B8B8. Windows color (decimal): -12521508 or 14479168. OLE color: 14479168.

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

Color convert

RGB 64 239 220 -
CMYK 0.73 0 0.08 0.06
HSL 173.49º 0.85% 0.59% -
HSV(B) 173.49º 0.73% 0.94% -
XYZ 45.9 67.99 78.41 -
YUV 184.51 148.02 42.04 -
System Red Green Blue C M Y K H S L
Decimal 64 239 220 0.73 0 0.08 0.06 173.49 0.85 0.59
Hex 40 EF DC 49 0 8 6 AD 55 3B
Octal 100 357 334 111 0 10 6 255 125 73
Binary 1000000 11101111 11011100 1001001 0 1000 110 10101101 1010101 111011

Color Harmonies of #40EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFDC

Black with #40EFDC

Text Example


Text Example

White with #40EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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