Html Css Color HEX #40DBE9 Turquoise

📋 copy color: '#40DBE9'

red 64 ◦ green 219 ◦ blue 233

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

Shades of Turquoise #40DBE9

Tints of Turquoise #40DBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.16%

R = 12.4%
G = 42.44%
B = 45.16%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#40DBE9 (or 0x40DBE9) is known color: Turquoise. HEX triplet: 40, DB and E9. RGB value is (64,219,233). Sum of RGB (Red+Green+Blue) = 64+219+233=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 233 (91.41% from 255 or 45.16% from 516); Max value from RGB is 233 - color contains mainly: blue. Hex color #40DBE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DBE9 is #BF2416. Grayscale: #AEAEAE. Windows color (decimal): -12526615 or 15326016. OLE color: 15326016.

HSL color Cylindrical-coordinate representation of color #40DBE9: hue angle of 184.97º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40DBE9 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 219 233 -
CMYK 0.73 0.06 0 0.09
HSL 184.97º 0.79% 0.58% -
HSV(B) 184.97º 0.73% 0.91% -
XYZ 42.15 57.64 85.99 -
YUV 174.25 161.15 49.36 -
System Red Green Blue C M Y K H S L
Decimal 64 219 233 0.73 0.06 0 0.09 184.97 0.79 0.58
Hex 40 DB E9 49 6 0 9 B9 4F 3A
Octal 100 333 351 111 6 0 11 271 117 72
Binary 1000000 11011011 11101001 1001001 110 0 1001 10111001 1001111 111010

Color Harmonies of #40DBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBE9

Black with #40DBE9

Text Example


Text Example

White with #40DBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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