Html Css Color HEX #40CDD5 Medium Turquoise

📋 copy color: '#40CDD5'

red 64 ◦ green 205 ◦ blue 213

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

Shades of Medium Turquoise #40CDD5

Tints of Medium Turquoise #40CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 13.28%
G = 42.53%
B = 44.19%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#40CDD5 (or 0x40CDD5) is known color: Medium Turquoise. HEX triplet: 40, CD and D5. RGB value is (64,205,213). Sum of RGB (Red+Green+Blue) = 64+205+213=482 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.28% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #40CDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDD5 is #BF322A. Grayscale: #A3A3A3. Windows color (decimal): -12530219 or 14011712. OLE color: 14011712.

HSL color Cylindrical-coordinate representation of color #40CDD5: hue angle of 183.22º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40CDD5 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 205 213 -
CMYK 0.70 0.04 0 0.16
HSL 183.22º 0.64% 0.54% -
HSV(B) 183.22º 0.7% 0.84% -
XYZ 35.96 49.56 70.62 -
YUV 163.75 155.79 56.85 -
System Red Green Blue C M Y K H S L
Decimal 64 205 213 0.70 0.04 0 0.16 183.22 0.64 0.54
Hex 40 CD D5 46 4 0 10 B7 40 36
Octal 100 315 325 106 4 0 20 267 100 66
Binary 1000000 11001101 11010101 1000110 100 0 10000 10110111 1000000 110110

Color Harmonies of #40CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CDD5

Black with #40CDD5

Text Example


Text Example

White with #40CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,205,213); }

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

background-color css

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

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

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

border-color css

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

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

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