Html Css Color HEX #40E9CD Turquoise

📋 copy color: '#40E9CD'

red 64 ◦ green 233 ◦ blue 205

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

Shades of Turquoise #40E9CD

Tints of Turquoise #40E9CD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.41%

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 12.75%
G = 46.41%
B = 40.84%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#40E9CD (or 0x40E9CD) is known color: Turquoise. HEX triplet: 40, E9 and CD. RGB value is (64,233,205). Sum of RGB (Red+Green+Blue) = 64+233+205=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #40E9CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E9CD is #BF1632. Grayscale: #B3B3B3. Windows color (decimal): -12523059 or 13494592. OLE color: 13494592.

HSL color Cylindrical-coordinate representation of color #40E9CD: hue angle of 170.06º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E9CD is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 233 205 -
CMYK 0.73 0 0.12 0.09
HSL 170.06º 0.79% 0.58% -
HSV(B) 170.06º 0.73% 0.91% -
XYZ 42.27 63.78 67.84 -
YUV 179.28 142.51 45.78 -
System Red Green Blue C M Y K H S L
Decimal 64 233 205 0.73 0 0.12 0.09 170.06 0.79 0.58
Hex 40 E9 CD 49 0 C 9 AA 4F 3A
Octal 100 351 315 111 0 14 11 252 117 72
Binary 1000000 11101001 11001101 1001001 0 1100 1001 10101010 1001111 111010

Color Harmonies of #40E9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E9CD

Black with #40E9CD

Text Example


Text Example

White with #40E9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,233,205); }

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

background-color css

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

 a { background-color: rgb(64,233,205); }

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

border-color css

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

 span { border-color: rgb(64,233,205); }

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