Html Css Color HEX #40DADA Turquoise

📋 copy color: '#40DADA'

red 64 ◦ green 218 ◦ blue 218

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

Shades of Turquoise #40DADA

Tints of Turquoise #40DADA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

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

R = 12.8%
G = 43.6%
B = 43.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#40DADA (or 0x40DADA) is known color: Turquoise. HEX triplet: 40, DA and DA. RGB value is (64,218,218). Sum of RGB (Red+Green+Blue) = 64+218+218=500 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.8% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #40DADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DADA is #BF2525. Grayscale: #ABABAB. Windows color (decimal): -12526886 or 14342720. OLE color: 14342720.

HSL color Cylindrical-coordinate representation of color #40DADA: hue angle of 180º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DADA is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 218 218 -
CMYK 0.71 0 0 0.15
HSL 180º 0.68% 0.55% -
HSV(B) 180º 0.71% 0.85% -
XYZ 39.84 56.29 75.1 -
YUV 171.95 153.98 51 -
System Red Green Blue C M Y K H S L
Decimal 64 218 218 0.71 0 0 0.15 180 0.68 0.55
Hex 40 DA DA 47 0 0 F B4 44 37
Octal 100 332 332 107 0 0 17 264 104 67
Binary 1000000 11011010 11011010 1000111 0 0 1111 10110100 1000100 110111

Color Harmonies of #40DADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DADA

Black with #40DADA

Text Example


Text Example

White with #40DADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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