Html Css Color HEX #40DEDA Turquoise

📋 copy color: '#40DEDA'

red 64 ◦ green 222 ◦ blue 218

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

Shades of Turquoise #40DEDA

Tints of Turquoise #40DEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 12.7%
G = 44.05%
B = 43.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#40DEDA (or 0x40DEDA) is known color: Turquoise. HEX triplet: 40, DE and DA. RGB value is (64,222,218). Sum of RGB (Red+Green+Blue) = 64+222+218=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #40DEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DEDA is #BF2125. Grayscale: #AEAEAE. Windows color (decimal): -12525862 or 14343744. OLE color: 14343744.

HSL color Cylindrical-coordinate representation of color #40DEDA: hue angle of 178.48º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DEDA is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 222 218 -
CMYK 0.71 0 0.02 0.13
HSL 178.48º 0.71% 0.56% -
HSV(B) 178.48º 0.71% 0.87% -
XYZ 40.89 58.39 75.45 -
YUV 174.3 152.65 49.33 -
System Red Green Blue C M Y K H S L
Decimal 64 222 218 0.71 0 0.02 0.13 178.48 0.71 0.56
Hex 40 DE DA 47 0 2 D B2 47 38
Octal 100 336 332 107 0 2 15 262 107 70
Binary 1000000 11011110 11011010 1000111 0 10 1101 10110010 1000111 111000

Color Harmonies of #40DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DEDA

Black with #40DEDA

Text Example


Text Example

White with #40DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,222,218); }

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

background-color css

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

 a { background-color: rgb(64,222,218); }

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

border-color css

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

 span { border-color: rgb(64,222,218); }

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