Html Css Color HEX #40DBFF Turquoise Blue

📋 copy color: '#40DBFF'

red 64 ◦ green 219 ◦ blue 255

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

Shades of Turquoise Blue #40DBFF

Tints of Turquoise Blue #40DBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.4%

R = 11.9%
G = 40.71%
B = 47.4%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#40DBFF (or 0x40DBFF) is known color: Turquoise Blue. HEX triplet: 40, DB and FF. RGB value is (64,219,255). Sum of RGB (Red+Green+Blue) = 64+219+255=538 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.90% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #40DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DBFF is #BF2400. Grayscale: #B0B0B0. Windows color (decimal): -12526593 or 16767808. OLE color: 16767808.

HSL color Cylindrical-coordinate representation of color #40DBFF: hue angle of 191.31º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40DBFF is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 64 219 255 -
CMYK 0.75 0.14 0 0
HSL 191.31º 1% 0.63% -
HSV(B) 191.31º 0.75% 1% -
XYZ 45.5 58.97 103.59 -
YUV 176.76 172.15 47.57 -
System Red Green Blue C M Y K H S L
Decimal 64 219 255 0.75 0.14 0 0 191.31 1 0.63
Hex 40 DB FF 4B E 0 0 BF 64 3F
Octal 100 333 377 113 16 0 0 277 144 77
Binary 1000000 11011011 11111111 1001011 1110 0 0 10111111 1100100 111111

Color Harmonies of #40DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DBFF

Black with #40DBFF

Text Example


Text Example

White with #40DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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