Html Css Color HEX #40E6DF Turquoise

📋 copy color: '#40E6DF'

red 64 ◦ green 230 ◦ blue 223

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

Shades of Turquoise #40E6DF

Tints of Turquoise #40E6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.49%

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

R = 12.38%
G = 44.49%
B = 43.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#40E6DF (or 0x40E6DF) is known color: Turquoise. HEX triplet: 40, E6 and DF. RGB value is (64,230,223). Sum of RGB (Red+Green+Blue) = 64+230+223=517 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.38% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #40E6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E6DF is #BF1920. Grayscale: #B3B3B3. Windows color (decimal): -12523809 or 14673472. OLE color: 14673472.

HSL color Cylindrical-coordinate representation of color #40E6DF: hue angle of 177.47º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E6DF is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 230 223 -
CMYK 0.72 0 0.03 0.10
HSL 177.47º 0.77% 0.58% -
HSV(B) 177.47º 0.72% 0.9% -
XYZ 43.73 63.01 79.67 -
YUV 179.57 152.5 45.57 -
System Red Green Blue C M Y K H S L
Decimal 64 230 223 0.72 0 0.03 0.10 177.47 0.77 0.58
Hex 40 E6 DF 48 0 3 A B1 4D 3A
Octal 100 346 337 110 0 3 12 261 115 72
Binary 1000000 11100110 11011111 1001000 0 11 1010 10110001 1001101 111010

Color Harmonies of #40E6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E6DF

Black with #40E6DF

Text Example


Text Example

White with #40E6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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