Html Css Color HEX #40DBED Turquoise

📋 copy color: '#40DBED'

red 64 ◦ green 219 ◦ blue 237

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

Shades of Turquoise #40DBED

Tints of Turquoise #40DBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.58%

R = 12.31%
G = 42.12%
B = 45.58%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40DBED (or 0x40DBED) is known color: Turquoise. HEX triplet: 40, DB and ED. RGB value is (64,219,237). Sum of RGB (Red+Green+Blue) = 64+219+237=520 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.31% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #40DBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DBED is #BF2412. Grayscale: #AEAEAE. Windows color (decimal): -12526611 or 15588160. OLE color: 15588160.

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

Color convert

RGB 64 219 237 -
CMYK 0.73 0.08 0 0.07
HSL 186.24º 0.83% 0.59% -
HSV(B) 186.24º 0.73% 0.93% -
XYZ 42.73 57.87 89.04 -
YUV 174.71 163.15 49.04 -
System Red Green Blue C M Y K H S L
Decimal 64 219 237 0.73 0.08 0 0.07 186.24 0.83 0.59
Hex 40 DB ED 49 8 0 7 BA 53 3B
Octal 100 333 355 111 10 0 7 272 123 73
Binary 1000000 11011011 11101101 1001001 1000 0 111 10111010 1010011 111011

Color Harmonies of #40DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBED

Black with #40DBED

Text Example


Text Example

White with #40DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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