Html Css Color HEX #40FBEC Turquoise

📋 copy color: '#40FBEC'

red 64 ◦ green 251 ◦ blue 236

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

Shades of Turquoise #40FBEC

Tints of Turquoise #40FBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.55%

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 11.62%
G = 45.55%
B = 42.83%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#40FBEC (or 0x40FBEC) is known color: Turquoise. HEX triplet: 40, FB and EC. RGB value is (64,251,236). Sum of RGB (Red+Green+Blue) = 64+251+236=551 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.62% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FBEC is #BF0413. Grayscale: #C1C1C1. Windows color (decimal): -12518420 or 15530816. OLE color: 15530816.

HSL color Cylindrical-coordinate representation of color #40FBEC: hue angle of 175.19º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FBEC is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 251 236 -
CMYK 0.75 0 0.06 0.02
HSL 175.19º 0.96% 0.62% -
HSV(B) 175.19º 0.75% 0.98% -
XYZ 51.75 76.14 91.33 -
YUV 193.38 152.05 35.72 -
System Red Green Blue C M Y K H S L
Decimal 64 251 236 0.75 0 0.06 0.02 175.19 0.96 0.62
Hex 40 FB EC 4B 0 6 2 AF 60 3E
Octal 100 373 354 113 0 6 2 257 140 76
Binary 1000000 11111011 11101100 1001011 0 110 10 10101111 1100000 111110

Color Harmonies of #40FBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FBEC

Black with #40FBEC

Text Example


Text Example

White with #40FBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,251,236); }

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

background-color css

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

 a { background-color: rgb(64,251,236); }

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

border-color css

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

 span { border-color: rgb(64,251,236); }

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