Html Css Color HEX #40DEFE Turquoise Blue

📋 copy color: '#40DEFE'

red 64 ◦ green 222 ◦ blue 254

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

Shades of Turquoise Blue #40DEFE

Tints of Turquoise Blue #40DEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.04%

R = 11.85%
G = 41.11%
B = 47.04%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#40DEFE (or 0x40DEFE) is known color: Turquoise Blue. HEX triplet: 40, DE and FE. RGB value is (64,222,254). Sum of RGB (Red+Green+Blue) = 64+222+254=540 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.85% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #40DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DEFE is #BF2101. Grayscale: #B2B2B2. Windows color (decimal): -12525826 or 16703040. OLE color: 16703040.

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

Color convert

RGB 64 222 254 -
CMYK 0.75 0.13 0 0.00
HSL 190.11º 0.99% 0.62% -
HSV(B) 190.11º 0.75% 1% -
XYZ 46.13 60.49 103.01 -
YUV 178.41 170.65 46.4 -
System Red Green Blue C M Y K H S L
Decimal 64 222 254 0.75 0.13 0 0.00 190.11 0.99 0.62
Hex 40 DE FE 4B D 0 0 BE 63 3E
Octal 100 336 376 113 15 0 0 276 143 76
Binary 1000000 11011110 11111110 1001011 1101 0 0 10111110 1100011 111110

Color Harmonies of #40DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DEFE

Black with #40DEFE

Text Example


Text Example

White with #40DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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