Html Css Color HEX #40DDEC Turquoise

📋 copy color: '#40DDEC'

red 64 ◦ green 221 ◦ blue 236

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

Shades of Turquoise #40DDEC

Tints of Turquoise #40DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.42%

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 12.28%
G = 42.42%
B = 45.3%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40DDEC (or 0x40DDEC) is known color: Turquoise. HEX triplet: 40, DD and EC. RGB value is (64,221,236). Sum of RGB (Red+Green+Blue) = 64+221+236=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #40DDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DDEC is #BF2213. Grayscale: #AFAFAF. Windows color (decimal): -12526100 or 15523136. OLE color: 15523136.

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

Color convert

RGB 64 221 236 -
CMYK 0.73 0.06 0 0.07
HSL 185.23º 0.82% 0.59% -
HSV(B) 185.23º 0.73% 0.93% -
XYZ 43.11 58.86 88.45 -
YUV 175.77 161.99 48.28 -
System Red Green Blue C M Y K H S L
Decimal 64 221 236 0.73 0.06 0 0.07 185.23 0.82 0.59
Hex 40 DD EC 49 6 0 7 B9 52 3B
Octal 100 335 354 111 6 0 7 271 122 73
Binary 1000000 11011101 11101100 1001001 110 0 111 10111001 1010010 111011

Color Harmonies of #40DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DDEC

Black with #40DDEC

Text Example


Text Example

White with #40DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,221,236); }

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

background-color css

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

 a { background-color: rgb(64,221,236); }

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

border-color css

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

 span { border-color: rgb(64,221,236); }

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