Html Css Color HEX #40ECEE Turquoise

📋 copy color: '#40ECEE'

red 64 ◦ green 236 ◦ blue 238

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

Shades of Turquoise #40ECEE

Tints of Turquoise #40ECEE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.87%

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 11.9%
G = 43.87%
B = 44.24%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#40ECEE (or 0x40ECEE) is known color: Turquoise. HEX triplet: 40, EC and EE. RGB value is (64,236,238). Sum of RGB (Red+Green+Blue) = 64+236+238=538 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.90% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #40ECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40ECEE is #BF1311. Grayscale: #B8B8B8. Windows color (decimal): -12522258 or 15658048. OLE color: 15658048.

HSL color Cylindrical-coordinate representation of color #40ECEE: hue angle of 180.69º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ECEE is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 236 238 -
CMYK 0.73 0.01 0 0.07
HSL 180.69º 0.84% 0.59% -
HSV(B) 180.69º 0.73% 0.93% -
XYZ 47.54 67.25 91.36 -
YUV 184.8 158.02 41.84 -
System Red Green Blue C M Y K H S L
Decimal 64 236 238 0.73 0.01 0 0.07 180.69 0.84 0.59
Hex 40 EC EE 49 1 0 7 B5 54 3B
Octal 100 354 356 111 1 0 7 265 124 73
Binary 1000000 11101100 11101110 1001001 1 0 111 10110101 1010100 111011

Color Harmonies of #40ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ECEE

Black with #40ECEE

Text Example


Text Example

White with #40ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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