Html Css Color HEX #40EBDF Turquoise

📋 copy color: '#40EBDF'

red 64 ◦ green 235 ◦ blue 223

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

Shades of Turquoise #40EBDF

Tints of Turquoise #40EBDF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.02%

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

R = 12.26%
G = 45.02%
B = 42.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#40EBDF (or 0x40EBDF) is known color: Turquoise. HEX triplet: 40, EB and DF. RGB value is (64,235,223). Sum of RGB (Red+Green+Blue) = 64+235+223=522 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.26% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EBDF is #BF1420. Grayscale: #B6B6B6. Windows color (decimal): -12522529 or 14674752. OLE color: 14674752.

HSL color Cylindrical-coordinate representation of color #40EBDF: hue angle of 175.79º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EBDF is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 235 223 -
CMYK 0.73 0 0.05 0.08
HSL 175.79º 0.81% 0.59% -
HSV(B) 175.79º 0.73% 0.92% -
XYZ 45.14 65.83 80.14 -
YUV 182.5 150.85 43.48 -
System Red Green Blue C M Y K H S L
Decimal 64 235 223 0.73 0 0.05 0.08 175.79 0.81 0.59
Hex 40 EB DF 49 0 5 8 B0 51 3B
Octal 100 353 337 111 0 5 10 260 121 73
Binary 1000000 11101011 11011111 1001001 0 101 1000 10110000 1010001 111011

Color Harmonies of #40EBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EBDF

Black with #40EBDF

Text Example


Text Example

White with #40EBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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