Html Css Color HEX #40FAAF Turquoise

📋 copy color: '#40FAAF'

red 64 ◦ green 250 ◦ blue 175

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

Shades of Turquoise #40FAAF

Tints of Turquoise #40FAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.79%

R = 13.09%
G = 51.12%
B = 35.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#40FAAF (or 0x40FAAF) is known color: Turquoise. HEX triplet: 40, FA and AF. RGB value is (64,250,175). Sum of RGB (Red+Green+Blue) = 64+250+175=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FAAF is #BF0550. Grayscale: #B9B9B9. Windows color (decimal): -12518737 or 11532864. OLE color: 11532864.

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

Color convert

RGB 64 250 175 -
CMYK 0.74 0 0.3 0.02
HSL 155.81º 0.95% 0.62% -
HSV(B) 155.81º 0.74% 0.98% -
XYZ 44.04 72.56 52.24 -
YUV 185.84 121.88 41.1 -
System Red Green Blue C M Y K H S L
Decimal 64 250 175 0.74 0 0.3 0.02 155.81 0.95 0.62
Hex 40 FA AF 4A 0 1E 2 9C 5F 3E
Octal 100 372 257 112 0 36 2 234 137 76
Binary 1000000 11111010 10101111 1001010 0 11110 10 10011100 1011111 111110

Color Harmonies of #40FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAAF

Black with #40FAAF

Text Example


Text Example

White with #40FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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