Html Css Color HEX #40E7F9 Turquoise

📋 copy color: '#40E7F9'

red 64 ◦ green 231 ◦ blue 249

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

Shades of Turquoise #40E7F9

Tints of Turquoise #40E7F9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.46%

 BLUE value IS 249 (97.66% from 255) = 45.77%

R = 11.76%
G = 42.46%
B = 45.77%

CMYK

 C value IS 0.74

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40E7F9 (or 0x40E7F9) is known color: Turquoise. HEX triplet: 40, E7 and F9. RGB value is (64,231,249). Sum of RGB (Red+Green+Blue) = 64+231+249=544 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.76% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #40E7F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E7F9 is #BF1806. Grayscale: #B6B6B6. Windows color (decimal): -12523527 or 16377664. OLE color: 16377664.

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

Color convert

RGB 64 231 249 -
CMYK 0.74 0.07 0 0.02
HSL 185.84º 0.94% 0.61% -
HSV(B) 185.84º 0.74% 0.98% -
XYZ 47.79 65.08 99.67 -
YUV 183.12 165.17 43.04 -
System Red Green Blue C M Y K H S L
Decimal 64 231 249 0.74 0.07 0 0.02 185.84 0.94 0.61
Hex 40 E7 F9 4A 7 0 2 BA 5E 3D
Octal 100 347 371 112 7 0 2 272 136 75
Binary 1000000 11100111 11111001 1001010 111 0 10 10111010 1011110 111101

Color Harmonies of #40E7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E7F9

Black with #40E7F9

Text Example


Text Example

White with #40E7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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