Html Css Color HEX #40FAE8 Turquoise

📋 copy color: '#40FAE8'

red 64 ◦ green 250 ◦ blue 232

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

Shades of Turquoise #40FAE8

Tints of Turquoise #40FAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.49%

R = 11.72%
G = 45.79%
B = 42.49%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#40FAE8 (or 0x40FAE8) is known color: Turquoise. HEX triplet: 40, FA and E8. RGB value is (64,250,232). Sum of RGB (Red+Green+Blue) = 64+250+232=546 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.72% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FAE8 is #BF0517. Grayscale: #C0C0C0. Windows color (decimal): -12518680 or 15268416. OLE color: 15268416.

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

Color convert

RGB 64 250 232 -
CMYK 0.74 0 0.07 0.02
HSL 174.19º 0.95% 0.62% -
HSV(B) 174.19º 0.74% 0.98% -
XYZ 50.87 75.29 88.19 -
YUV 192.33 150.38 36.46 -
System Red Green Blue C M Y K H S L
Decimal 64 250 232 0.74 0 0.07 0.02 174.19 0.95 0.62
Hex 40 FA E8 4A 0 7 2 AE 5F 3E
Octal 100 372 350 112 0 7 2 256 137 76
Binary 1000000 11111010 11101000 1001010 0 111 10 10101110 1011111 111110

Color Harmonies of #40FAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAE8

Black with #40FAE8

Text Example


Text Example

White with #40FAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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