Html Css Color HEX #40FAF7 Turquoise

📋 copy color: '#40FAF7'

red 64 ◦ green 250 ◦ blue 247

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

Shades of Turquoise #40FAF7

Tints of Turquoise #40FAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.03%

R = 11.41%
G = 44.56%
B = 44.03%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#40FAF7 (or 0x40FAF7) is known color: Turquoise. HEX triplet: 40, FA and F7. RGB value is (64,250,247). Sum of RGB (Red+Green+Blue) = 64+250+247=561 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.41% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FAF7 is #BF0508. Grayscale: #C1C1C1. Windows color (decimal): -12518665 or 16251456. OLE color: 16251456.

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

Color convert

RGB 64 250 247 -
CMYK 0.74 0 0.01 0.02
HSL 179.03º 0.95% 0.62% -
HSV(B) 179.03º 0.74% 0.98% -
XYZ 53.09 76.18 99.9 -
YUV 194.04 157.88 35.24 -
System Red Green Blue C M Y K H S L
Decimal 64 250 247 0.74 0 0.01 0.02 179.03 0.95 0.62
Hex 40 FA F7 4A 0 1 2 B3 5F 3E
Octal 100 372 367 112 0 1 2 263 137 76
Binary 1000000 11111010 11110111 1001010 0 1 10 10110011 1011111 111110

Color Harmonies of #40FAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAF7

Black with #40FAF7

Text Example


Text Example

White with #40FAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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