Html Css Color HEX #40FAD4 Turquoise

📋 copy color: '#40FAD4'

red 64 ◦ green 250 ◦ blue 212

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

Shades of Turquoise #40FAD4

Tints of Turquoise #40FAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.3%

R = 12.17%
G = 47.53%
B = 40.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#40FAD4 (or 0x40FAD4) is known color: Turquoise. HEX triplet: 40, FA and D4. RGB value is (64,250,212). Sum of RGB (Red+Green+Blue) = 64+250+212=526 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.17% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FAD4 is #BF052B. Grayscale: #BEBEBE. Windows color (decimal): -12518700 or 13957696. OLE color: 13957696.

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

Color convert

RGB 64 250 212 -
CMYK 0.74 0 0.15 0.02
HSL 167.74º 0.95% 0.62% -
HSV(B) 167.74º 0.74% 0.98% -
XYZ 48.18 74.21 74.07 -
YUV 190.05 140.38 38.09 -
System Red Green Blue C M Y K H S L
Decimal 64 250 212 0.74 0 0.15 0.02 167.74 0.95 0.62
Hex 40 FA D4 4A 0 F 2 A8 5F 3E
Octal 100 372 324 112 0 17 2 250 137 76
Binary 1000000 11111010 11010100 1001010 0 1111 10 10101000 1011111 111110

Color Harmonies of #40FAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAD4

Black with #40FAD4

Text Example


Text Example

White with #40FAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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