Html Css Color HEX #40F8EF Turquoise

📋 copy color: '#40F8EF'

red 64 ◦ green 248 ◦ blue 239

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

Shades of Turquoise #40F8EF

Tints of Turquoise #40F8EF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.01%

 BLUE value IS 239 (93.75% from 255) = 43.38%

R = 11.62%
G = 45.01%
B = 43.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#40F8EF (or 0x40F8EF) is known color: Turquoise. HEX triplet: 40, F8 and EF. RGB value is (64,248,239). Sum of RGB (Red+Green+Blue) = 64+248+239=551 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.62% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #40F8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F8EF is #BF0710. Grayscale: #BFBFBF. Windows color (decimal): -12519185 or 15726656. OLE color: 15726656.

HSL color Cylindrical-coordinate representation of color #40F8EF: hue angle of 177.07º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F8EF is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 64 248 239 -
CMYK 0.74 0 0.04 0.03
HSL 177.07º 0.93% 0.61% -
HSV(B) 177.07º 0.74% 0.97% -
XYZ 51.26 74.46 93.33 -
YUV 191.96 154.54 36.73 -
System Red Green Blue C M Y K H S L
Decimal 64 248 239 0.74 0 0.04 0.03 177.07 0.93 0.61
Hex 40 F8 EF 4A 0 4 3 B1 5D 3D
Octal 100 370 357 112 0 4 3 261 135 75
Binary 1000000 11111000 11101111 1001010 0 100 11 10110001 1011101 111101

Color Harmonies of #40F8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F8EF

Black with #40F8EF

Text Example


Text Example

White with #40F8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,248,239); }

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

background-color css

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

 a { background-color: rgb(64,248,239); }

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

border-color css

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

 span { border-color: rgb(64,248,239); }

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