Html Css Color HEX #40CDDB Medium Turquoise

📋 copy color: '#40CDDB'

red 64 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #40CDDB

Tints of Medium Turquoise #40CDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 13.11%
G = 42.01%
B = 44.88%

CMYK

 C value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40CDDB (or 0x40CDDB) is known color: Medium Turquoise. HEX triplet: 40, CD and DB. RGB value is (64,205,219). Sum of RGB (Red+Green+Blue) = 64+205+219=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #40CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDDB is #BF3224. Grayscale: #A4A4A4. Windows color (decimal): -12530213 or 14404928. OLE color: 14404928.

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

Color convert

RGB 64 205 219 -
CMYK 0.71 0.06 0 0.14
HSL 185.42º 0.68% 0.55% -
HSV(B) 185.42º 0.71% 0.86% -
XYZ 36.73 49.87 74.71 -
YUV 164.44 158.79 56.36 -
System Red Green Blue C M Y K H S L
Decimal 64 205 219 0.71 0.06 0 0.14 185.42 0.68 0.55
Hex 40 CD DB 47 6 0 E B9 44 37
Octal 100 315 333 107 6 0 16 271 104 67
Binary 1000000 11001101 11011011 1000111 110 0 1110 10111001 1000100 110111

Color Harmonies of #40CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CDDB

Black with #40CDDB

Text Example


Text Example

White with #40CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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