Html Css Color HEX #40CCD6 Medium Turquoise

📋 copy color: '#40CCD6'

red 64 ◦ green 204 ◦ blue 214

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

Shades of Medium Turquoise #40CCD6

Tints of Medium Turquoise #40CCD6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 13.28%
G = 42.32%
B = 44.4%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#40CCD6 (or 0x40CCD6) is known color: Medium Turquoise. HEX triplet: 40, CC and D6. RGB value is (64,204,214). Sum of RGB (Red+Green+Blue) = 64+204+214=482 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.28% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #40CCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCD6 is #BF3329. Grayscale: #A3A3A3. Windows color (decimal): -12530474 or 14076992. OLE color: 14076992.

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

Color convert

RGB 64 204 214 -
CMYK 0.70 0.05 0 0.16
HSL 184º 0.65% 0.55% -
HSV(B) 184º 0.7% 0.84% -
XYZ 35.84 49.13 71.21 -
YUV 163.28 156.62 57.19 -
System Red Green Blue C M Y K H S L
Decimal 64 204 214 0.70 0.05 0 0.16 184 0.65 0.55
Hex 40 CC D6 46 5 0 10 B8 41 37
Octal 100 314 326 106 5 0 20 270 101 67
Binary 1000000 11001100 11010110 1000110 101 0 10000 10111000 1000001 110111

Color Harmonies of #40CCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCD6

Black with #40CCD6

Text Example


Text Example

White with #40CCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,204,214); }

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

background-color css

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

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

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

border-color css

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

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

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