Html Css Color HEX #40DFEC Turquoise

📋 copy color: '#40DFEC'

red 64 ◦ green 223 ◦ blue 236

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

Shades of Turquoise #40DFEC

Tints of Turquoise #40DFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.64%

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

R = 12.24%
G = 42.64%
B = 45.12%

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

#40DFEC (or 0x40DFEC) is known color: Turquoise. HEX triplet: 40, DF and EC. RGB value is (64,223,236). Sum of RGB (Red+Green+Blue) = 64+223+236=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #40DFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFEC is #BF2013. Grayscale: #B0B0B0. Windows color (decimal): -12525588 or 15523648. OLE color: 15523648.

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

Color convert

RGB 64 223 236 -
CMYK 0.73 0.06 0 0.07
HSL 184.53º 0.82% 0.59% -
HSV(B) 184.53º 0.73% 0.93% -
XYZ 43.64 59.92 88.62 -
YUV 176.94 161.32 47.44 -
System Red Green Blue C M Y K H S L
Decimal 64 223 236 0.73 0.06 0 0.07 184.53 0.82 0.59
Hex 40 DF EC 49 6 0 7 B9 52 3B
Octal 100 337 354 111 6 0 7 271 122 73
Binary 1000000 11011111 11101100 1001001 110 0 111 10111001 1010010 111011

Color Harmonies of #40DFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFEC

Black with #40DFEC

Text Example


Text Example

White with #40DFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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