Html Css Color HEX #40FCEB Turquoise

📋 copy color: '#40FCEB'

red 64 ◦ green 252 ◦ blue 235

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

Shades of Turquoise #40FCEB

Tints of Turquoise #40FCEB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.74%

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 11.62%
G = 45.74%
B = 42.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#40FCEB (or 0x40FCEB) is known color: Turquoise. HEX triplet: 40, FC and EB. RGB value is (64,252,235). Sum of RGB (Red+Green+Blue) = 64+252+235=551 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.62% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FCEB is #BF0314. Grayscale: #C1C1C1. Windows color (decimal): -12518165 or 15465536. OLE color: 15465536.

HSL color Cylindrical-coordinate representation of color #40FCEB: hue angle of 174.57º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FCEB is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 252 235 -
CMYK 0.75 0 0.07 0.01
HSL 174.57º 0.97% 0.62% -
HSV(B) 174.57º 0.75% 0.99% -
XYZ 51.92 76.71 90.67 -
YUV 193.85 151.22 35.38 -
System Red Green Blue C M Y K H S L
Decimal 64 252 235 0.75 0 0.07 0.01 174.57 0.97 0.62
Hex 40 FC EB 4B 0 7 1 AF 61 3E
Octal 100 374 353 113 0 7 1 257 141 76
Binary 1000000 11111100 11101011 1001011 0 111 1 10101111 1100001 111110

Color Harmonies of #40FCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40FCEB

Black with #40FCEB

Text Example


Text Example

White with #40FCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,252,235); }

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

background-color css

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

 a { background-color: rgb(64,252,235); }

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

border-color css

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

 span { border-color: rgb(64,252,235); }

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