Html Css Color HEX #40E6F9 Turquoise

📋 copy color: '#40E6F9'

red 64 ◦ green 230 ◦ blue 249

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

Shades of Turquoise #40E6F9

Tints of Turquoise #40E6F9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.36%

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

R = 11.79%
G = 42.36%
B = 45.86%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#40E6F9 (or 0x40E6F9) is known color: Turquoise. HEX triplet: 40, E6 and F9. RGB value is (64,230,249). Sum of RGB (Red+Green+Blue) = 64+230+249=543 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.79% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #40E6F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E6F9 is #BF1906. Grayscale: #B6B6B6. Windows color (decimal): -12523783 or 16377408. OLE color: 16377408.

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

Color convert

RGB 64 230 249 -
CMYK 0.74 0.08 0 0.02
HSL 186.16º 0.94% 0.61% -
HSV(B) 186.16º 0.74% 0.98% -
XYZ 47.51 64.52 99.57 -
YUV 182.53 165.5 43.46 -
System Red Green Blue C M Y K H S L
Decimal 64 230 249 0.74 0.08 0 0.02 186.16 0.94 0.61
Hex 40 E6 F9 4A 8 0 2 BA 5E 3D
Octal 100 346 371 112 10 0 2 272 136 75
Binary 1000000 11100110 11111001 1001010 1000 0 10 10111010 1011110 111101

Color Harmonies of #40E6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E6F9

Black with #40E6F9

Text Example


Text Example

White with #40E6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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