Html Css Color HEX #40FEEF Turquoise

📋 copy color: '#40FEEF'

red 64 ◦ green 254 ◦ blue 239

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

Shades of Turquoise #40FEEF

Tints of Turquoise #40FEEF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.6%

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

R = 11.49%
G = 45.6%
B = 42.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#40FEEF (or 0x40FEEF) is known color: Turquoise. HEX triplet: 40, FE and EF. RGB value is (64,254,239). Sum of RGB (Red+Green+Blue) = 64+254+239=557 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.49% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #40FEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FEEF is #BF0110. Grayscale: #C3C3C3. Windows color (decimal): -12517649 or 15728192. OLE color: 15728192.

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

Color convert

RGB 64 254 239 -
CMYK 0.75 0 0.06 0.00
HSL 175.26º 0.99% 0.62% -
HSV(B) 175.26º 0.75% 1% -
XYZ 53.14 78.21 93.96 -
YUV 195.48 152.55 34.22 -
System Red Green Blue C M Y K H S L
Decimal 64 254 239 0.75 0 0.06 0.00 175.26 0.99 0.62
Hex 40 FE EF 4B 0 6 0 AF 63 3E
Octal 100 376 357 113 0 6 0 257 143 76
Binary 1000000 11111110 11101111 1001011 0 110 0 10101111 1100011 111110

Color Harmonies of #40FEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FEEF

Black with #40FEEF

Text Example


Text Example

White with #40FEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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