Html Css Color HEX #40D8EF Turquoise

📋 copy color: '#40D8EF'

red 64 ◦ green 216 ◦ blue 239

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

Shades of Turquoise #40D8EF

Tints of Turquoise #40D8EF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.62%

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 12.33%
G = 41.62%
B = 46.05%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40D8EF (or 0x40D8EF) is known color: Turquoise. HEX triplet: 40, D8 and EF. RGB value is (64,216,239). Sum of RGB (Red+Green+Blue) = 64+216+239=519 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.33% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #40D8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D8EF is #BF2710. Grayscale: #ACACAC. Windows color (decimal): -12527377 or 15718464. OLE color: 15718464.

HSL color Cylindrical-coordinate representation of color #40D8EF: hue angle of 187.89º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D8EF is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 216 239 -
CMYK 0.73 0.10 0 0.06
HSL 187.89º 0.85% 0.59% -
HSV(B) 187.89º 0.73% 0.94% -
XYZ 42.25 56.43 90.33 -
YUV 173.17 165.14 50.13 -
System Red Green Blue C M Y K H S L
Decimal 64 216 239 0.73 0.10 0 0.06 187.89 0.85 0.59
Hex 40 D8 EF 49 A 0 6 BC 55 3B
Octal 100 330 357 111 12 0 6 274 125 73
Binary 1000000 11011000 11101111 1001001 1010 0 110 10111100 1010101 111011

Color Harmonies of #40D8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D8EF

Black with #40D8EF

Text Example


Text Example

White with #40D8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,216,239); }

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

background-color css

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

 a { background-color: rgb(64,216,239); }

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

border-color css

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

 span { border-color: rgb(64,216,239); }

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