Html Css Color HEX #40FAD2 Turquoise

📋 copy color: '#40FAD2'

red 64 ◦ green 250 ◦ blue 210

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

Shades of Turquoise #40FAD2

Tints of Turquoise #40FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.08%

R = 12.21%
G = 47.71%
B = 40.08%

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

#40FAD2 (or 0x40FAD2) is known color: Turquoise. HEX triplet: 40, FA and D2. RGB value is (64,250,210). Sum of RGB (Red+Green+Blue) = 64+250+210=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #40FAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FAD2 is #BF052D. Grayscale: #BDBDBD. Windows color (decimal): -12518702 or 13826624. OLE color: 13826624.

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

Color convert

RGB 64 250 210 -
CMYK 0.74 0 0.16 0.02
HSL 167.1º 0.95% 0.62% -
HSV(B) 167.1º 0.74% 0.98% -
XYZ 47.93 74.11 72.75 -
YUV 189.83 139.38 38.25 -
System Red Green Blue C M Y K H S L
Decimal 64 250 210 0.74 0 0.16 0.02 167.1 0.95 0.62
Hex 40 FA D2 4A 0 10 2 A7 5F 3E
Octal 100 372 322 112 0 20 2 247 137 76
Binary 1000000 11111010 11010010 1001010 0 10000 10 10100111 1011111 111110

Color Harmonies of #40FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FAD2

Black with #40FAD2

Text Example


Text Example

White with #40FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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