Html Css Color HEX #40EEDD Turquoise

📋 copy color: '#40EEDD'

red 64 ◦ green 238 ◦ blue 221

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

Shades of Turquoise #40EEDD

Tints of Turquoise #40EEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.51%

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 12.24%
G = 45.51%
B = 42.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#40EEDD (or 0x40EEDD) is known color: Turquoise. HEX triplet: 40, EE and DD. RGB value is (64,238,221). Sum of RGB (Red+Green+Blue) = 64+238+221=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #40EEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EEDD is #BF1122. Grayscale: #B7B7B7. Windows color (decimal): -12521763 or 14544448. OLE color: 14544448.

HSL color Cylindrical-coordinate representation of color #40EEDD: hue angle of 174.14º 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 #40EEDD is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 238 221 -
CMYK 0.73 0 0.07 0.07
HSL 174.14º 0.84% 0.59% -
HSV(B) 174.14º 0.73% 0.93% -
XYZ 45.74 67.46 79.02 -
YUV 184.04 148.85 42.38 -
System Red Green Blue C M Y K H S L
Decimal 64 238 221 0.73 0 0.07 0.07 174.14 0.84 0.59
Hex 40 EE DD 49 0 7 7 AE 54 3B
Octal 100 356 335 111 0 7 7 256 124 73
Binary 1000000 11101110 11011101 1001001 0 111 111 10101110 1010100 111011

Color Harmonies of #40EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EEDD

Black with #40EEDD

Text Example


Text Example

White with #40EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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