Html Css Color HEX #40DBEC Turquoise

📋 copy color: '#40DBEC'

red 64 ◦ green 219 ◦ blue 236

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

Shades of Turquoise #40DBEC

Tints of Turquoise #40DBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

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

R = 12.33%
G = 42.2%
B = 45.47%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40DBEC (or 0x40DBEC) is known color: Turquoise. HEX triplet: 40, DB and EC. RGB value is (64,219,236). Sum of RGB (Red+Green+Blue) = 64+219+236=519 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.33% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #40DBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DBEC is #BF2413. Grayscale: #AEAEAE. Windows color (decimal): -12526612 or 15522624. OLE color: 15522624.

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

Color convert

RGB 64 219 236 -
CMYK 0.73 0.07 0 0.07
HSL 185.93º 0.82% 0.59% -
HSV(B) 185.93º 0.73% 0.93% -
XYZ 42.59 57.81 88.27 -
YUV 174.59 162.65 49.12 -
System Red Green Blue C M Y K H S L
Decimal 64 219 236 0.73 0.07 0 0.07 185.93 0.82 0.59
Hex 40 DB EC 49 7 0 7 BA 52 3B
Octal 100 333 354 111 7 0 7 272 122 73
Binary 1000000 11011011 11101100 1001001 111 0 111 10111010 1010010 111011

Color Harmonies of #40DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBEC

Black with #40DBEC

Text Example


Text Example

White with #40DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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