Html Css Color HEX #40F9C2 Turquoise

📋 copy color: '#40F9C2'

red 64 ◦ green 249 ◦ blue 194

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

Shades of Turquoise #40F9C2

Tints of Turquoise #40F9C2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.11%

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 12.62%
G = 49.11%
B = 38.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#40F9C2 (or 0x40F9C2) is known color: Turquoise. HEX triplet: 40, F9 and C2. RGB value is (64,249,194). Sum of RGB (Red+Green+Blue) = 64+249+194=507 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.62% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #40F9C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F9C2 is #BF063D. Grayscale: #BBBBBB. Windows color (decimal): -12518974 or 12777792. OLE color: 12777792.

HSL color Cylindrical-coordinate representation of color #40F9C2: hue angle of 162.16º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F9C2 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 249 194 -
CMYK 0.74 0 0.22 0.02
HSL 162.16º 0.94% 0.61% -
HSV(B) 162.16º 0.74% 0.98% -
XYZ 45.73 72.74 62.67 -
YUV 187.42 131.71 39.97 -
System Red Green Blue C M Y K H S L
Decimal 64 249 194 0.74 0 0.22 0.02 162.16 0.94 0.61
Hex 40 F9 C2 4A 0 16 2 A2 5E 3D
Octal 100 371 302 112 0 26 2 242 136 75
Binary 1000000 11111001 11000010 1001010 0 10110 10 10100010 1011110 111101

Color Harmonies of #40F9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F9C2

Black with #40F9C2

Text Example


Text Example

White with #40F9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,249,194); }

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

background-color css

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

 a { background-color: rgb(64,249,194); }

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

border-color css

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

 span { border-color: rgb(64,249,194); }

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