Html Css Color HEX #40EBE7 Turquoise

📋 copy color: '#40EBE7'

red 64 ◦ green 235 ◦ blue 231

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

Shades of Turquoise #40EBE7

Tints of Turquoise #40EBE7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.34%

 BLUE value IS 231 (90.63% from 255) = 43.58%

R = 12.08%
G = 44.34%
B = 43.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#40EBE7 (or 0x40EBE7) is known color: Turquoise. HEX triplet: 40, EB and E7. RGB value is (64,235,231). Sum of RGB (Red+Green+Blue) = 64+235+231=530 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.08% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 235 - color contains mainly: green. Hex color #40EBE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EBE7 is #BF1418. Grayscale: #B7B7B7. Windows color (decimal): -12522521 or 15199040. OLE color: 15199040.

HSL color Cylindrical-coordinate representation of color #40EBE7: hue angle of 178.6º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EBE7 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 235 231 -
CMYK 0.73 0 0.02 0.08
HSL 178.6º 0.81% 0.59% -
HSV(B) 178.6º 0.73% 0.92% -
XYZ 46.25 66.28 85.96 -
YUV 183.42 154.85 42.83 -
System Red Green Blue C M Y K H S L
Decimal 64 235 231 0.73 0 0.02 0.08 178.6 0.81 0.59
Hex 40 EB E7 49 0 2 8 B3 51 3B
Octal 100 353 347 111 0 2 10 263 121 73
Binary 1000000 11101011 11100111 1001001 0 10 1000 10110011 1010001 111011

Color Harmonies of #40EBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EBE7

Black with #40EBE7

Text Example


Text Example

White with #40EBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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