Html Css Color HEX #40EFEF Turquoise

📋 copy color: '#40EFEF'

red 64 ◦ green 239 ◦ blue 239

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

Shades of Turquoise #40EFEF

Tints of Turquoise #40EFEF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.1%

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

R = 11.81%
G = 44.1%
B = 44.1%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#40EFEF (or 0x40EFEF) is known color: Turquoise. HEX triplet: 40, EF and EF. RGB value is (64,239,239). Sum of RGB (Red+Green+Blue) = 64+239+239=542 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.81% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #40EFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EFEF is #BF1010. Grayscale: #BABABA. Windows color (decimal): -12521489 or 15724352. OLE color: 15724352.

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

Color convert

RGB 64 239 239 -
CMYK 0.73 0 0 0.06
HSL 180º 0.85% 0.59% -
HSV(B) 180º 0.73% 0.94% -
XYZ 48.56 69.05 92.43 -
YUV 186.68 157.52 40.5 -
System Red Green Blue C M Y K H S L
Decimal 64 239 239 0.73 0 0 0.06 180 0.85 0.59
Hex 40 EF EF 49 0 0 6 B4 55 3B
Octal 100 357 357 111 0 0 6 264 125 73
Binary 1000000 11101111 11101111 1001001 0 0 110 10110100 1010101 111011

Color Harmonies of #40EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EFEF

Black with #40EFEF

Text Example


Text Example

White with #40EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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