Html Css Color HEX #40C0CB Medium Turquoise

📋 copy color: '#40C0CB'

red 64 ◦ green 192 ◦ blue 203

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

Shades of Medium Turquoise #40C0CB

Tints of Medium Turquoise #40C0CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 13.94%
G = 41.83%
B = 44.23%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#40C0CB (or 0x40C0CB) is known color: Medium Turquoise. HEX triplet: 40, C0 and CB. RGB value is (64,192,203). Sum of RGB (Red+Green+Blue) = 64+192+203=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #40C0CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C0CB is #BF3F34. Grayscale: #9A9A9A. Windows color (decimal): -12533557 or 13353024. OLE color: 13353024.

HSL color Cylindrical-coordinate representation of color #40C0CB: hue angle of 184.75º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C0CB is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 192 203 -
CMYK 0.68 0.05 0 0.20
HSL 184.75º 0.57% 0.52% -
HSV(B) 184.75º 0.68% 0.8% -
XYZ 31.74 43.1 63.15 -
YUV 154.98 155.09 63.11 -
System Red Green Blue C M Y K H S L
Decimal 64 192 203 0.68 0.05 0 0.20 184.75 0.57 0.52
Hex 40 C0 CB 44 5 0 14 B9 39 34
Octal 100 300 313 104 5 0 24 271 71 64
Binary 1000000 11000000 11001011 1000100 101 0 10100 10111001 111001 110100

Color Harmonies of #40C0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40C0CB

Black with #40C0CB

Text Example


Text Example

White with #40C0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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