Html Css Color HEX #40FACD Turquoise

📋 copy color: '#40FACD'

red 64 ◦ green 250 ◦ blue 205

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

Shades of Turquoise #40FACD

Tints of Turquoise #40FACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 12.33%
G = 48.17%
B = 39.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#40FACD (or 0x40FACD) is known color: Turquoise. HEX triplet: 40, FA and CD. RGB value is (64,250,205). Sum of RGB (Red+Green+Blue) = 64+250+205=519 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.33% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #40FACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FACD is #BF0532. Grayscale: #BDBDBD. Windows color (decimal): -12518707 or 13498944. OLE color: 13498944.

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

Color convert

RGB 64 250 205 -
CMYK 0.74 0 0.18 0.02
HSL 165.48º 0.95% 0.62% -
HSV(B) 165.48º 0.74% 0.98% -
XYZ 47.32 73.87 69.52 -
YUV 189.26 136.88 38.66 -
System Red Green Blue C M Y K H S L
Decimal 64 250 205 0.74 0 0.18 0.02 165.48 0.95 0.62
Hex 40 FA CD 4A 0 12 2 A5 5F 3E
Octal 100 372 315 112 0 22 2 245 137 76
Binary 1000000 11111010 11001101 1001010 0 10010 10 10100101 1011111 111110

Color Harmonies of #40FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FACD

Black with #40FACD

Text Example


Text Example

White with #40FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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