Html Css Color HEX #40FDE4 Turquoise

📋 copy color: '#40FDE4'

red 64 ◦ green 253 ◦ blue 228

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

Shades of Turquoise #40FDE4

Tints of Turquoise #40FDE4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.42%

 BLUE value IS 228 (89.45% from 255) = 41.83%

R = 11.74%
G = 46.42%
B = 41.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#40FDE4 (or 0x40FDE4) is known color: Turquoise. HEX triplet: 40, FD and E4. RGB value is (64,253,228). Sum of RGB (Red+Green+Blue) = 64+253+228=545 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.74% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FDE4 is #BF021B. Grayscale: #C1C1C1. Windows color (decimal): -12517916 or 15007040. OLE color: 15007040.

HSL color Cylindrical-coordinate representation of color #40FDE4: hue angle of 172.06º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FDE4 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 253 228 -
CMYK 0.75 0 0.10 0.01
HSL 172.06º 0.98% 0.62% -
HSV(B) 172.06º 0.75% 0.99% -
XYZ 51.24 76.94 85.55 -
YUV 193.64 147.38 35.53 -
System Red Green Blue C M Y K H S L
Decimal 64 253 228 0.75 0 0.10 0.01 172.06 0.98 0.62
Hex 40 FD E4 4B 0 A 1 AC 62 3E
Octal 100 375 344 113 0 12 1 254 142 76
Binary 1000000 11111101 11100100 1001011 0 1010 1 10101100 1100010 111110

Color Harmonies of #40FDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FDE4

Black with #40FDE4

Text Example


Text Example

White with #40FDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,253,228); }

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

background-color css

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

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

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

border-color css

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

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

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