Html Css Color HEX #40DEFF Turquoise Blue

📋 copy color: '#40DEFF'

red 64 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #40DEFF

Tints of Turquoise Blue #40DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.04%

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

R = 11.83%
G = 41.04%
B = 47.13%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#40DEFF (or 0x40DEFF) is known color: Turquoise Blue. HEX triplet: 40, DE and FF. RGB value is (64,222,255). Sum of RGB (Red+Green+Blue) = 64+222+255=541 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.83% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #40DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DEFF is #BF2100. Grayscale: #B2B2B2. Windows color (decimal): -12525825 or 16768576. OLE color: 16768576.

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

Color convert

RGB 64 222 255 -
CMYK 0.75 0.13 0 0
HSL 190.37º 1% 0.63% -
HSV(B) 190.37º 0.75% 1% -
XYZ 46.29 60.55 103.86 -
YUV 178.52 171.15 46.32 -
System Red Green Blue C M Y K H S L
Decimal 64 222 255 0.75 0.13 0 0 190.37 1 0.63
Hex 40 DE FF 4B D 0 0 BE 64 3F
Octal 100 336 377 113 15 0 0 276 144 77
Binary 1000000 11011110 11111111 1001011 1101 0 0 10111110 1100100 111111

Color Harmonies of #40DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DEFF

Black with #40DEFF

Text Example


Text Example

White with #40DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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