Html Css Color HEX #40CDCB Medium Turquoise

📋 copy color: '#40CDCB'

red 64 ◦ green 205 ◦ blue 203

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

Shades of Medium Turquoise #40CDCB

Tints of Medium Turquoise #40CDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.43%

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

R = 13.56%
G = 43.43%
B = 43.01%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#40CDCB (or 0x40CDCB) is known color: Medium Turquoise. HEX triplet: 40, CD and CB. RGB value is (64,205,203). Sum of RGB (Red+Green+Blue) = 64+205+203=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDCB is #BF3234. Grayscale: #A2A2A2. Windows color (decimal): -12530229 or 13356352. OLE color: 13356352.

HSL color Cylindrical-coordinate representation of color #40CDCB: hue angle of 179.15º 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 #40CDCB is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 205 203 -
CMYK 0.69 0 0.01 0.20
HSL 179.15º 0.59% 0.53% -
HSV(B) 179.15º 0.69% 0.8% -
XYZ 34.73 49.06 64.14 -
YUV 162.61 150.79 57.66 -
System Red Green Blue C M Y K H S L
Decimal 64 205 203 0.69 0 0.01 0.20 179.15 0.59 0.53
Hex 40 CD CB 45 0 1 14 B3 3B 35
Octal 100 315 313 105 0 1 24 263 73 65
Binary 1000000 11001101 11001011 1000101 0 1 10100 10110011 111011 110101

Color Harmonies of #40CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CDCB

Black with #40CDCB

Text Example


Text Example

White with #40CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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