Html Css Color HEX #40E8F9 Turquoise

📋 copy color: '#40E8F9'

red 64 ◦ green 232 ◦ blue 249

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

Shades of Turquoise #40E8F9

Tints of Turquoise #40E8F9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.57%

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

R = 11.74%
G = 42.57%
B = 45.69%

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

#40E8F9 (or 0x40E8F9) is known color: Turquoise. HEX triplet: 40, E8 and F9. RGB value is (64,232,249). Sum of RGB (Red+Green+Blue) = 64+232+249=545 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.74% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 249 (97.66% from 255 or 45.69% from 545); Max value from RGB is 249 - color contains mainly: blue. Hex color #40E8F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40E8F9 is #BF1706. Grayscale: #B7B7B7. Windows color (decimal): -12523271 or 16377920. OLE color: 16377920.

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

Color convert

RGB 64 232 249 -
CMYK 0.74 0.07 0 0.02
HSL 185.51º 0.94% 0.61% -
HSV(B) 185.51º 0.74% 0.98% -
XYZ 48.07 65.64 99.76 -
YUV 183.71 164.84 42.62 -
System Red Green Blue C M Y K H S L
Decimal 64 232 249 0.74 0.07 0 0.02 185.51 0.94 0.61
Hex 40 E8 F9 4A 7 0 2 BA 5E 3D
Octal 100 350 371 112 7 0 2 272 136 75
Binary 1000000 11101000 11111001 1001010 111 0 10 10111010 1011110 111101

Color Harmonies of #40E8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E8F9

Black with #40E8F9

Text Example


Text Example

White with #40E8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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