Html Css Color HEX #40D0EB Medium Turquoise

📋 copy color: '#40D0EB'

red 64 ◦ green 208 ◦ blue 235

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

Shades of Medium Turquoise #40D0EB

Tints of Medium Turquoise #40D0EB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.03%

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 12.62%
G = 41.03%
B = 46.35%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#40D0EB (or 0x40D0EB) is known color: Medium Turquoise. HEX triplet: 40, D0 and EB. RGB value is (64,208,235). Sum of RGB (Red+Green+Blue) = 64+208+235=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #40D0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D0EB is #BF2F14. Grayscale: #A7A7A7. Windows color (decimal): -12529429 or 15454272. OLE color: 15454272.

HSL color Cylindrical-coordinate representation of color #40D0EB: hue angle of 189.47º 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 #40D0EB is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 208 235 -
CMYK 0.73 0.11 0 0.08
HSL 189.47º 0.81% 0.59% -
HSV(B) 189.47º 0.73% 0.92% -
XYZ 39.67 52.2 86.58 -
YUV 168.02 165.79 53.8 -
System Red Green Blue C M Y K H S L
Decimal 64 208 235 0.73 0.11 0 0.08 189.47 0.81 0.59
Hex 40 D0 EB 49 B 0 8 BD 51 3B
Octal 100 320 353 111 13 0 10 275 121 73
Binary 1000000 11010000 11101011 1001001 1011 0 1000 10111101 1010001 111011

Color Harmonies of #40D0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D0EB

Black with #40D0EB

Text Example


Text Example

White with #40D0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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