Html Css Color HEX #40E8DA Turquoise

📋 copy color: '#40E8DA'

red 64 ◦ green 232 ◦ blue 218

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

Shades of Turquoise #40E8DA

Tints of Turquoise #40E8DA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.14%

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

R = 12.45%
G = 45.14%
B = 42.41%

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

#40E8DA (or 0x40E8DA) is known color: Turquoise. HEX triplet: 40, E8 and DA. RGB value is (64,232,218). Sum of RGB (Red+Green+Blue) = 64+232+218=514 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.45% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #40E8DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E8DA is #BF1725. Grayscale: #B4B4B4. Windows color (decimal): -12523302 or 14346304. OLE color: 14346304.

HSL color Cylindrical-coordinate representation of color #40E8DA: hue angle of 175º degrees, saturation: 0.79, 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 #40E8DA is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 232 218 -
CMYK 0.72 0 0.06 0.09
HSL 175º 0.79% 0.58% -
HSV(B) 175º 0.72% 0.91% -
XYZ 43.63 63.87 76.36 -
YUV 180.17 149.34 45.14 -
System Red Green Blue C M Y K H S L
Decimal 64 232 218 0.72 0 0.06 0.09 175 0.79 0.58
Hex 40 E8 DA 48 0 6 9 AF 4F 3A
Octal 100 350 332 110 0 6 11 257 117 72
Binary 1000000 11101000 11011010 1001000 0 110 1001 10101111 1001111 111010

Color Harmonies of #40E8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E8DA

Black with #40E8DA

Text Example


Text Example

White with #40E8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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