Html Css Color HEX #40FECA Turquoise

📋 copy color: '#40FECA'

red 64 ◦ green 254 ◦ blue 202

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

Shades of Turquoise #40FECA

Tints of Turquoise #40FECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 12.31%
G = 48.85%
B = 38.85%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#40FECA (or 0x40FECA) is known color: Turquoise. HEX triplet: 40, FE and CA. RGB value is (64,254,202). Sum of RGB (Red+Green+Blue) = 64+254+202=520 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.31% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #40FECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FECA is #BF0135. Grayscale: #BFBFBF. Windows color (decimal): -12517686 or 13303360. OLE color: 13303360.

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

Color convert

RGB 64 254 202 -
CMYK 0.75 0 0.20 0.00
HSL 163.58º 0.99% 0.62% -
HSV(B) 163.58º 0.75% 1% -
XYZ 48.22 76.24 68.05 -
YUV 191.26 134.05 37.23 -
System Red Green Blue C M Y K H S L
Decimal 64 254 202 0.75 0 0.20 0.00 163.58 0.99 0.62
Hex 40 FE CA 4B 0 14 0 A4 63 3E
Octal 100 376 312 113 0 24 0 244 143 76
Binary 1000000 11111110 11001010 1001011 0 10100 0 10100100 1100011 111110

Color Harmonies of #40FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FECA

Black with #40FECA

Text Example


Text Example

White with #40FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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