Html Css Color HEX #40C0CC Medium Turquoise

📋 copy color: '#40C0CC'

red 64 ◦ green 192 ◦ blue 204

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

Shades of Medium Turquoise #40C0CC

Tints of Medium Turquoise #40C0CC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.74%

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 13.91%
G = 41.74%
B = 44.35%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#40C0CC (or 0x40C0CC) is known color: Medium Turquoise. HEX triplet: 40, C0 and CC. RGB value is (64,192,204). Sum of RGB (Red+Green+Blue) = 64+192+204=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #40C0CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C0CC is #BF3F33. Grayscale: #9A9A9A. Windows color (decimal): -12533556 or 13418560. OLE color: 13418560.

HSL color Cylindrical-coordinate representation of color #40C0CC: hue angle of 185.14º degrees, saturation: 0.58, 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 #40C0CC is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 192 204 -
CMYK 0.69 0.06 0 0.2
HSL 185.14º 0.58% 0.53% -
HSV(B) 185.14º 0.69% 0.8% -
XYZ 31.86 43.15 63.78 -
YUV 155.1 155.59 63.02 -
System Red Green Blue C M Y K H S L
Decimal 64 192 204 0.69 0.06 0 0.2 185.14 0.58 0.53
Hex 40 C0 CC 45 6 0 14 B9 3A 35
Octal 100 300 314 105 6 0 24 271 72 65
Binary 1000000 11000000 11001100 1000101 110 0 10100 10111001 111010 110101

Color Harmonies of #40C0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C0CC

Black with #40C0CC

Text Example


Text Example

White with #40C0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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