Html Css Color HEX #40CCDD Medium Turquoise

📋 copy color: '#40CCDD'

red 64 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #40CCDD

Tints of Medium Turquoise #40CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 13.09%
G = 41.72%
B = 45.19%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#40CCDD (or 0x40CCDD) is known color: Medium Turquoise. HEX triplet: 40, CC and DD. RGB value is (64,204,221). Sum of RGB (Red+Green+Blue) = 64+204+221=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #40CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCDD is #BF3322. Grayscale: #A3A3A3. Windows color (decimal): -12530467 or 14535744. OLE color: 14535744.

HSL color Cylindrical-coordinate representation of color #40CCDD: hue angle of 186.5º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CCDD is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 204 221 -
CMYK 0.71 0.08 0 0.13
HSL 186.5º 0.7% 0.56% -
HSV(B) 186.5º 0.71% 0.87% -
XYZ 36.76 49.5 76.02 -
YUV 164.08 160.12 56.62 -
System Red Green Blue C M Y K H S L
Decimal 64 204 221 0.71 0.08 0 0.13 186.5 0.7 0.56
Hex 40 CC DD 47 8 0 D BA 46 38
Octal 100 314 335 107 10 0 15 272 106 70
Binary 1000000 11001100 11011101 1000111 1000 0 1101 10111010 1000110 111000

Color Harmonies of #40CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCDD

Black with #40CCDD

Text Example


Text Example

White with #40CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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