Html Css Color HEX #40E9DD Turquoise

📋 copy color: '#40E9DD'

red 64 ◦ green 233 ◦ blue 221

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

Shades of Turquoise #40E9DD

Tints of Turquoise #40E9DD

RGB

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

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

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

R = 12.36%
G = 44.98%
B = 42.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#40E9DD (or 0x40E9DD) is known color: Turquoise. HEX triplet: 40, E9 and DD. RGB value is (64,233,221). Sum of RGB (Red+Green+Blue) = 64+233+221=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #40E9DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E9DD is #BF1622. Grayscale: #B4B4B4. Windows color (decimal): -12523043 or 14543168. OLE color: 14543168.

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

Color convert

RGB 64 233 221 -
CMYK 0.73 0 0.05 0.09
HSL 175.74º 0.79% 0.58% -
HSV(B) 175.74º 0.73% 0.91% -
XYZ 44.3 64.59 78.54 -
YUV 181.1 150.51 44.48 -
System Red Green Blue C M Y K H S L
Decimal 64 233 221 0.73 0 0.05 0.09 175.74 0.79 0.58
Hex 40 E9 DD 49 0 5 9 B0 4F 3A
Octal 100 351 335 111 0 5 11 260 117 72
Binary 1000000 11101001 11011101 1001001 0 101 1001 10110000 1001111 111010

Color Harmonies of #40E9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E9DD

Black with #40E9DD

Text Example


Text Example

White with #40E9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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