Html Css Color HEX #40E7DF Turquoise

📋 copy color: '#40E7DF'

red 64 ◦ green 231 ◦ blue 223

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

Shades of Turquoise #40E7DF

Tints of Turquoise #40E7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 12.36%
G = 44.59%
B = 43.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#40E7DF (or 0x40E7DF) is known color: Turquoise. HEX triplet: 40, E7 and DF. RGB value is (64,231,223). Sum of RGB (Red+Green+Blue) = 64+231+223=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7DF is #BF1820. Grayscale: #B4B4B4. Windows color (decimal): -12523553 or 14673728. OLE color: 14673728.

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

Color convert

RGB 64 231 223 -
CMYK 0.72 0 0.03 0.09
HSL 177.13º 0.78% 0.58% -
HSV(B) 177.13º 0.72% 0.91% -
XYZ 44.01 63.57 79.76 -
YUV 180.16 152.17 45.15 -
System Red Green Blue C M Y K H S L
Decimal 64 231 223 0.72 0 0.03 0.09 177.13 0.78 0.58
Hex 40 E7 DF 48 0 3 9 B1 4E 3A
Octal 100 347 337 110 0 3 11 261 116 72
Binary 1000000 11100111 11011111 1001000 0 11 1001 10110001 1001110 111010

Color Harmonies of #40E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E7DF

Black with #40E7DF

Text Example


Text Example

White with #40E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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