Html Css Color HEX #40F9DF Turquoise

📋 copy color: '#40F9DF'

red 64 ◦ green 249 ◦ blue 223

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

Shades of Turquoise #40F9DF

Tints of Turquoise #40F9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 11.94%
G = 46.46%
B = 41.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#40F9DF (or 0x40F9DF) is known color: Turquoise. HEX triplet: 40, F9 and DF. RGB value is (64,249,223). Sum of RGB (Red+Green+Blue) = 64+249+223=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #40F9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F9DF is #BF0620. Grayscale: #BEBEBE. Windows color (decimal): -12518945 or 14678336. OLE color: 14678336.

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

Color convert

RGB 64 249 223 -
CMYK 0.74 0 0.10 0.02
HSL 171.57º 0.94% 0.61% -
HSV(B) 171.57º 0.74% 0.98% -
XYZ 49.31 74.17 81.53 -
YUV 190.72 146.21 37.61 -
System Red Green Blue C M Y K H S L
Decimal 64 249 223 0.74 0 0.10 0.02 171.57 0.94 0.61
Hex 40 F9 DF 4A 0 A 2 AC 5E 3D
Octal 100 371 337 112 0 12 2 254 136 75
Binary 1000000 11111001 11011111 1001010 0 1010 10 10101100 1011110 111101

Color Harmonies of #40F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F9DF

Black with #40F9DF

Text Example


Text Example

White with #40F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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