Html Css Color HEX #40FAD3 Turquoise

📋 copy color: '#40FAD3'

red 64 ◦ green 250 ◦ blue 211

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

Shades of Turquoise #40FAD3

Tints of Turquoise #40FAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.19%

R = 12.19%
G = 47.62%
B = 40.19%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#40FAD3 (or 0x40FAD3) is known color: Turquoise. HEX triplet: 40, FA and D3. RGB value is (64,250,211). Sum of RGB (Red+Green+Blue) = 64+250+211=525 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.19% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 211 (82.81% from 255 or 40.19% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FAD3 is #BF052C. Grayscale: #BDBDBD. Windows color (decimal): -12518701 or 13892160. OLE color: 13892160.

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

Color convert

RGB 64 250 211 -
CMYK 0.74 0 0.16 0.02
HSL 167.42º 0.95% 0.62% -
HSV(B) 167.42º 0.74% 0.98% -
XYZ 48.06 74.16 73.41 -
YUV 189.94 139.88 38.17 -
System Red Green Blue C M Y K H S L
Decimal 64 250 211 0.74 0 0.16 0.02 167.42 0.95 0.62
Hex 40 FA D3 4A 0 10 2 A7 5F 3E
Octal 100 372 323 112 0 20 2 247 137 76
Binary 1000000 11111010 11010011 1001010 0 10000 10 10100111 1011111 111110

Color Harmonies of #40FAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAD3

Black with #40FAD3

Text Example


Text Example

White with #40FAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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