Html Css Color HEX #40D6EA Turquoise

📋 copy color: '#40D6EA'

red 64 ◦ green 214 ◦ blue 234

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

Shades of Turquoise #40D6EA

Tints of Turquoise #40D6EA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 12.5%
G = 41.8%
B = 45.7%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40D6EA (or 0x40D6EA) is known color: Turquoise. HEX triplet: 40, D6 and EA. RGB value is (64,214,234). Sum of RGB (Red+Green+Blue) = 64+214+234=512 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.5% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #40D6EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D6EA is #BF2915. Grayscale: #ABABAB. Windows color (decimal): -12527894 or 15390272. OLE color: 15390272.

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

Color convert

RGB 64 214 234 -
CMYK 0.73 0.09 0 0.08
HSL 187.06º 0.8% 0.58% -
HSV(B) 187.06º 0.73% 0.92% -
XYZ 41.01 55.12 86.32 -
YUV 171.43 163.31 51.37 -
System Red Green Blue C M Y K H S L
Decimal 64 214 234 0.73 0.09 0 0.08 187.06 0.8 0.58
Hex 40 D6 EA 49 9 0 8 BB 50 3A
Octal 100 326 352 111 11 0 10 273 120 72
Binary 1000000 11010110 11101010 1001001 1001 0 1000 10111011 1010000 111010

Color Harmonies of #40D6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D6EA

Black with #40D6EA

Text Example


Text Example

White with #40D6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,214,234); }

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

background-color css

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

 a { background-color: rgb(64,214,234); }

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

border-color css

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

 span { border-color: rgb(64,214,234); }

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