Html Css Color HEX #40FAE7 Turquoise

📋 copy color: '#40FAE7'

red 64 ◦ green 250 ◦ blue 231

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

Shades of Turquoise #40FAE7

Tints of Turquoise #40FAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.39%

R = 11.74%
G = 45.87%
B = 42.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#40FAE7 (or 0x40FAE7) is known color: Turquoise. HEX triplet: 40, FA and E7. RGB value is (64,250,231). Sum of RGB (Red+Green+Blue) = 64+250+231=545 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.74% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 231 (90.62% from 255 or 42.39% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FAE7 is #BF0518. Grayscale: #C0C0C0. Windows color (decimal): -12518681 or 15202880. OLE color: 15202880.

HSL color Cylindrical-coordinate representation of color #40FAE7: hue angle of 173.87º 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 #40FAE7 is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 250 231 -
CMYK 0.74 0 0.08 0.02
HSL 173.87º 0.95% 0.62% -
HSV(B) 173.87º 0.74% 0.98% -
XYZ 50.72 75.23 87.45 -
YUV 192.22 149.88 36.54 -
System Red Green Blue C M Y K H S L
Decimal 64 250 231 0.74 0 0.08 0.02 173.87 0.95 0.62
Hex 40 FA E7 4A 0 8 2 AE 5F 3E
Octal 100 372 347 112 0 10 2 256 137 76
Binary 1000000 11111010 11100111 1001010 0 1000 10 10101110 1011111 111110

Color Harmonies of #40FAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAE7

Black with #40FAE7

Text Example


Text Example

White with #40FAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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