Html Css Color HEX #40CCCD Medium Turquoise

📋 copy color: '#40CCCD'

red 64 ◦ green 204 ◦ blue 205

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

Shades of Medium Turquoise #40CCCD

Tints of Medium Turquoise #40CCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 13.53%
G = 43.13%
B = 43.34%

CMYK

 C value IS 0.69

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#40CCCD (or 0x40CCCD) is known color: Medium Turquoise. HEX triplet: 40, CC and CD. RGB value is (64,204,205). Sum of RGB (Red+Green+Blue) = 64+204+205=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #40CCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCCD is #BF3332. Grayscale: #A2A2A2. Windows color (decimal): -12530483 or 13487168. OLE color: 13487168.

HSL color Cylindrical-coordinate representation of color #40CCCD: hue angle of 180.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CCCD is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 204 205 -
CMYK 0.69 0.00 0 0.20
HSL 180.43º 0.59% 0.53% -
HSV(B) 180.43º 0.69% 0.8% -
XYZ 34.73 48.68 65.32 -
YUV 162.25 152.12 57.92 -
System Red Green Blue C M Y K H S L
Decimal 64 204 205 0.69 0.00 0 0.20 180.43 0.59 0.53
Hex 40 CC CD 45 0 0 14 B4 3B 35
Octal 100 314 315 105 0 0 24 264 73 65
Binary 1000000 11001100 11001101 1000101 0 0 10100 10110100 111011 110101

Color Harmonies of #40CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCCD

Black with #40CCCD

Text Example


Text Example

White with #40CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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