Html Css Color HEX #40DEEE Turquoise

📋 copy color: '#40DEEE'

red 64 ◦ green 222 ◦ blue 238

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

Shades of Turquoise #40DEEE

Tints of Turquoise #40DEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 12.21%
G = 42.37%
B = 45.42%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40DEEE (or 0x40DEEE) is known color: Turquoise. HEX triplet: 40, DE and EE. RGB value is (64,222,238). Sum of RGB (Red+Green+Blue) = 64+222+238=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #40DEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DEEE is #BF2111. Grayscale: #B0B0B0. Windows color (decimal): -12525842 or 15654464. OLE color: 15654464.

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

Color convert

RGB 64 222 238 -
CMYK 0.73 0.07 0 0.07
HSL 185.52º 0.84% 0.59% -
HSV(B) 185.52º 0.73% 0.93% -
XYZ 43.67 59.51 90.07 -
YUV 176.58 162.65 47.7 -
System Red Green Blue C M Y K H S L
Decimal 64 222 238 0.73 0.07 0 0.07 185.52 0.84 0.59
Hex 40 DE EE 49 7 0 7 BA 54 3B
Octal 100 336 356 111 7 0 7 272 124 73
Binary 1000000 11011110 11101110 1001001 111 0 111 10111010 1010100 111011

Color Harmonies of #40DEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DEEE

Black with #40DEEE

Text Example


Text Example

White with #40DEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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