Html Css Color HEX #40E7DA Turquoise

📋 copy color: '#40E7DA'

red 64 ◦ green 231 ◦ blue 218

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

Shades of Turquoise #40E7DA

Tints of Turquoise #40E7DA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.03%

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 12.48%
G = 45.03%
B = 42.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#40E7DA (or 0x40E7DA) is known color: Turquoise. HEX triplet: 40, E7 and DA. RGB value is (64,231,218). Sum of RGB (Red+Green+Blue) = 64+231+218=513 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.48% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7DA is #BF1825. Grayscale: #B3B3B3. Windows color (decimal): -12523558 or 14346048. OLE color: 14346048.

HSL color Cylindrical-coordinate representation of color #40E7DA: hue angle of 175.33º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E7DA is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 231 218 -
CMYK 0.72 0 0.06 0.09
HSL 175.33º 0.78% 0.58% -
HSV(B) 175.33º 0.72% 0.91% -
XYZ 43.35 63.3 76.26 -
YUV 179.59 149.67 45.56 -
System Red Green Blue C M Y K H S L
Decimal 64 231 218 0.72 0 0.06 0.09 175.33 0.78 0.58
Hex 40 E7 DA 48 0 6 9 AF 4E 3A
Octal 100 347 332 110 0 6 11 257 116 72
Binary 1000000 11100111 11011010 1001000 0 110 1001 10101111 1001110 111010

Color Harmonies of #40E7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E7DA

Black with #40E7DA

Text Example


Text Example

White with #40E7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,231,218); }

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

background-color css

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

 a { background-color: rgb(64,231,218); }

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

border-color css

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

 span { border-color: rgb(64,231,218); }

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