Html Css Color HEX #40DEEF Turquoise

📋 copy color: '#40DEEF'

red 64 ◦ green 222 ◦ blue 239

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

Shades of Turquoise #40DEEF

Tints of Turquoise #40DEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 12.19%
G = 42.29%
B = 45.52%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40DEEF (or 0x40DEEF) is known color: Turquoise. HEX triplet: 40, DE and EF. RGB value is (64,222,239). Sum of RGB (Red+Green+Blue) = 64+222+239=525 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.19% from 525); Green value is 222 (87.11% from 255 or 42.29% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #40DEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DEEF is #BF2110. Grayscale: #B0B0B0. Windows color (decimal): -12525841 or 15720000. OLE color: 15720000.

HSL color Cylindrical-coordinate representation of color #40DEEF: hue angle of 185.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40DEEF is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 222 239 -
CMYK 0.73 0.07 0 0.06
HSL 185.83º 0.85% 0.59% -
HSV(B) 185.83º 0.73% 0.94% -
XYZ 43.82 59.56 90.85 -
YUV 176.7 163.15 47.62 -
System Red Green Blue C M Y K H S L
Decimal 64 222 239 0.73 0.07 0 0.06 185.83 0.85 0.59
Hex 40 DE EF 49 7 0 6 BA 55 3B
Octal 100 336 357 111 7 0 6 272 125 73
Binary 1000000 11011110 11101111 1001001 111 0 110 10111010 1010101 111011

Color Harmonies of #40DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DEEF

Black with #40DEEF

Text Example


Text Example

White with #40DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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