Html Css Color HEX #40FAD5 Turquoise

📋 copy color: '#40FAD5'

red 64 ◦ green 250 ◦ blue 213

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

Shades of Turquoise #40FAD5

Tints of Turquoise #40FAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.42%

R = 12.14%
G = 47.44%
B = 40.42%

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

#40FAD5 (or 0x40FAD5) is known color: Turquoise. HEX triplet: 40, FA and D5. RGB value is (64,250,213). Sum of RGB (Red+Green+Blue) = 64+250+213=527 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.14% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FAD5 is #BF052A. Grayscale: #BEBEBE. Windows color (decimal): -12518699 or 14023232. OLE color: 14023232.

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

Color convert

RGB 64 250 213 -
CMYK 0.74 0 0.15 0.02
HSL 168.06º 0.95% 0.62% -
HSV(B) 168.06º 0.74% 0.98% -
XYZ 48.31 74.27 74.74 -
YUV 190.17 140.88 38.01 -
System Red Green Blue C M Y K H S L
Decimal 64 250 213 0.74 0 0.15 0.02 168.06 0.95 0.62
Hex 40 FA D5 4A 0 F 2 A8 5F 3E
Octal 100 372 325 112 0 17 2 250 137 76
Binary 1000000 11111010 11010101 1001010 0 1111 10 10101000 1011111 111110

Color Harmonies of #40FAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAD5

Black with #40FAD5

Text Example


Text Example

White with #40FAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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