Html Css Color HEX #40FAF1 Turquoise

📋 copy color: '#40FAF1'

red 64 ◦ green 250 ◦ blue 241

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

Shades of Turquoise #40FAF1

Tints of Turquoise #40FAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 11.53%
G = 45.05%
B = 43.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#40FAF1 (or 0x40FAF1) is known color: Turquoise. HEX triplet: 40, FA and F1. RGB value is (64,250,241). Sum of RGB (Red+Green+Blue) = 64+250+241=555 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.53% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FAF1 is #BF050E. Grayscale: #C1C1C1. Windows color (decimal): -12518671 or 15858240. OLE color: 15858240.

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

Color convert

RGB 64 250 241 -
CMYK 0.74 0 0.04 0.02
HSL 177.1º 0.95% 0.62% -
HSV(B) 177.1º 0.74% 0.98% -
XYZ 52.18 75.81 95.1 -
YUV 193.36 154.88 35.73 -
System Red Green Blue C M Y K H S L
Decimal 64 250 241 0.74 0 0.04 0.02 177.1 0.95 0.62
Hex 40 FA F1 4A 0 4 2 B1 5F 3E
Octal 100 372 361 112 0 4 2 261 137 76
Binary 1000000 11111010 11110001 1001010 0 100 10 10110001 1011111 111110

Color Harmonies of #40FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAF1

Black with #40FAF1

Text Example


Text Example

White with #40FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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