Html Css Color HEX #40FAE3 Turquoise

📋 copy color: '#40FAE3'

red 64 ◦ green 250 ◦ blue 227

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

Shades of Turquoise #40FAE3

Tints of Turquoise #40FAE3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.21%

 BLUE value IS 227 (89.06% from 255) = 41.96%

R = 11.83%
G = 46.21%
B = 41.96%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#40FAE3 (or 0x40FAE3) is known color: Turquoise. HEX triplet: 40, FA and E3. RGB value is (64,250,227). Sum of RGB (Red+Green+Blue) = 64+250+227=541 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.83% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FAE3 is #BF051C. Grayscale: #BFBFBF. Windows color (decimal): -12518685 or 14940736. OLE color: 14940736.

HSL color Cylindrical-coordinate representation of color #40FAE3: hue angle of 172.58º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40FAE3 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 250 227 -
CMYK 0.74 0 0.09 0.02
HSL 172.58º 0.95% 0.62% -
HSV(B) 172.58º 0.74% 0.98% -
XYZ 50.17 75.01 84.51 -
YUV 191.76 147.88 36.87 -
System Red Green Blue C M Y K H S L
Decimal 64 250 227 0.74 0 0.09 0.02 172.58 0.95 0.62
Hex 40 FA E3 4A 0 9 2 AD 5F 3E
Octal 100 372 343 112 0 11 2 255 137 76
Binary 1000000 11111010 11100011 1001010 0 1001 10 10101101 1011111 111110

Color Harmonies of #40FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAE3

Black with #40FAE3

Text Example


Text Example

White with #40FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,250,227); }

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

background-color css

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

 a { background-color: rgb(64,250,227); }

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

border-color css

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

 span { border-color: rgb(64,250,227); }

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