Html Css Color HEX #40FFED Turquoise

📋 copy color: '#40FFED'

red 64 ◦ green 255 ◦ blue 237

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

Shades of Turquoise #40FFED

Tints of Turquoise #40FFED

RGB

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

 GREEN value IS 255 (100% from 255) = 45.86%

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 11.51%
G = 45.86%
B = 42.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#40FFED (or 0x40FFED) is known color: Turquoise. HEX triplet: 40, FF and ED. RGB value is (64,255,237). Sum of RGB (Red+Green+Blue) = 64+255+237=556 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.51% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FFED is #BF0012. Grayscale: #C3C3C3. Windows color (decimal): -12517395 or 15597376. OLE color: 15597376.

HSL color Cylindrical-coordinate representation of color #40FFED: hue angle of 174.35º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFED is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 64 255 237 -
CMYK 0.75 0 0.07 0
HSL 174.35º 1% 0.63% -
HSV(B) 174.35º 0.75% 1% -
XYZ 53.16 78.72 92.51 -
YUV 195.84 151.22 33.96 -
System Red Green Blue C M Y K H S L
Decimal 64 255 237 0.75 0 0.07 0 174.35 1 0.63
Hex 40 FF ED 4B 0 7 0 AE 64 3F
Octal 100 377 355 113 0 7 0 256 144 77
Binary 1000000 11111111 11101101 1001011 0 111 0 10101110 1100100 111111

Color Harmonies of #40FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FFED

Black with #40FFED

Text Example


Text Example

White with #40FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,255,237); }

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

background-color css

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

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

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

border-color css

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

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

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