Html Css Color HEX #40DAE0 Turquoise

📋 copy color: '#40DAE0'

red 64 ◦ green 218 ◦ blue 224

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

Shades of Turquoise #40DAE0

Tints of Turquoise #40DAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 12.65%
G = 43.08%
B = 44.27%

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#40DAE0 (or 0x40DAE0) is known color: Turquoise. HEX triplet: 40, DA and E0. RGB value is (64,218,224). Sum of RGB (Red+Green+Blue) = 64+218+224=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #40DAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DAE0 is #BF251F. Grayscale: #ACACAC. Windows color (decimal): -12526880 or 14735936. OLE color: 14735936.

HSL color Cylindrical-coordinate representation of color #40DAE0: hue angle of 182.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DAE0 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 218 224 -
CMYK 0.71 0.03 0 0.12
HSL 182.25º 0.72% 0.56% -
HSV(B) 182.25º 0.71% 0.88% -
XYZ 40.64 56.61 79.31 -
YUV 172.64 156.98 50.51 -
System Red Green Blue C M Y K H S L
Decimal 64 218 224 0.71 0.03 0 0.12 182.25 0.72 0.56
Hex 40 DA E0 47 3 0 C B6 48 38
Octal 100 332 340 107 3 0 14 266 110 70
Binary 1000000 11011010 11100000 1000111 11 0 1100 10110110 1001000 111000

Color Harmonies of #40DAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DAE0

Black with #40DAE0

Text Example


Text Example

White with #40DAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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