Html Css Color HEX #40DFEF Turquoise

📋 copy color: '#40DFEF'

red 64 ◦ green 223 ◦ blue 239

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

Shades of Turquoise #40DFEF

Tints of Turquoise #40DFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.4%

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

R = 12.17%
G = 42.4%
B = 45.44%

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

#40DFEF (or 0x40DFEF) is known color: Turquoise. HEX triplet: 40, DF and EF. RGB value is (64,223,239). Sum of RGB (Red+Green+Blue) = 64+223+239=526 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.17% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #40DFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFEF is #BF2010. Grayscale: #B1B1B1. Windows color (decimal): -12525585 or 15720256. OLE color: 15720256.

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

Color convert

RGB 64 223 239 -
CMYK 0.73 0.07 0 0.06
HSL 185.49º 0.85% 0.59% -
HSV(B) 185.49º 0.73% 0.94% -
XYZ 44.08 60.1 90.94 -
YUV 177.28 162.82 47.2 -
System Red Green Blue C M Y K H S L
Decimal 64 223 239 0.73 0.07 0 0.06 185.49 0.85 0.59
Hex 40 DF EF 49 7 0 6 B9 55 3B
Octal 100 337 357 111 7 0 6 271 125 73
Binary 1000000 11011111 11101111 1001001 111 0 110 10111001 1010101 111011

Color Harmonies of #40DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DFEF

Black with #40DFEF

Text Example


Text Example

White with #40DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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