Html Css Color HEX #40FECE Turquoise

📋 copy color: '#40FECE'

red 64 ◦ green 254 ◦ blue 206

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

Shades of Turquoise #40FECE

Tints of Turquoise #40FECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 12.21%
G = 48.47%
B = 39.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#40FECE (or 0x40FECE) is known color: Turquoise. HEX triplet: 40, FE and CE. RGB value is (64,254,206). Sum of RGB (Red+Green+Blue) = 64+254+206=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #40FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FECE is #BF0131. Grayscale: #BFBFBF. Windows color (decimal): -12517682 or 13565504. OLE color: 13565504.

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

Color convert

RGB 64 254 206 -
CMYK 0.75 0 0.19 0.00
HSL 164.84º 0.99% 0.62% -
HSV(B) 164.84º 0.75% 1% -
XYZ 48.7 76.43 70.58 -
YUV 191.72 136.05 36.9 -
System Red Green Blue C M Y K H S L
Decimal 64 254 206 0.75 0 0.19 0.00 164.84 0.99 0.62
Hex 40 FE CE 4B 0 13 0 A5 63 3E
Octal 100 376 316 113 0 23 0 245 143 76
Binary 1000000 11111110 11001110 1001011 0 10011 0 10100101 1100011 111110

Color Harmonies of #40FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FECE

Black with #40FECE

Text Example


Text Example

White with #40FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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