Html Css Color HEX #40D5EF Turquoise

📋 copy color: '#40D5EF'

red 64 ◦ green 213 ◦ blue 239

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

Shades of Turquoise #40D5EF

Tints of Turquoise #40D5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.28%

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

R = 12.4%
G = 41.28%
B = 46.32%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40D5EF (or 0x40D5EF) is known color: Turquoise. HEX triplet: 40, D5 and EF. RGB value is (64,213,239). Sum of RGB (Red+Green+Blue) = 64+213+239=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #40D5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D5EF is #BF2A10. Grayscale: #ABABAB. Windows color (decimal): -12528145 or 15717696. OLE color: 15717696.

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

Color convert

RGB 64 213 239 -
CMYK 0.73 0.11 0 0.06
HSL 188.91º 0.85% 0.59% -
HSV(B) 188.91º 0.73% 0.94% -
XYZ 41.49 54.91 90.07 -
YUV 171.41 166.14 51.39 -
System Red Green Blue C M Y K H S L
Decimal 64 213 239 0.73 0.11 0 0.06 188.91 0.85 0.59
Hex 40 D5 EF 49 B 0 6 BD 55 3B
Octal 100 325 357 111 13 0 6 275 125 73
Binary 1000000 11010101 11101111 1001001 1011 0 110 10111101 1010101 111011

Color Harmonies of #40D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D5EF

Black with #40D5EF

Text Example


Text Example

White with #40D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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