Html Css Color HEX #40CBDC Medium Turquoise

📋 copy color: '#40CBDC'

red 64 ◦ green 203 ◦ blue 220

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

Shades of Medium Turquoise #40CBDC

Tints of Medium Turquoise #40CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.68%

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 13.14%
G = 41.68%
B = 45.17%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#40CBDC (or 0x40CBDC) is known color: Medium Turquoise. HEX triplet: 40, CB and DC. RGB value is (64,203,220). Sum of RGB (Red+Green+Blue) = 64+203+220=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #40CBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBDC is #BF3423. Grayscale: #A3A3A3. Windows color (decimal): -12530724 or 14469952. OLE color: 14469952.

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

Color convert

RGB 64 203 220 -
CMYK 0.71 0.08 0 0.14
HSL 186.54º 0.69% 0.56% -
HSV(B) 186.54º 0.71% 0.86% -
XYZ 36.39 48.97 75.24 -
YUV 163.38 159.95 57.12 -
System Red Green Blue C M Y K H S L
Decimal 64 203 220 0.71 0.08 0 0.14 186.54 0.69 0.56
Hex 40 CB DC 47 8 0 E BB 45 38
Octal 100 313 334 107 10 0 16 273 105 70
Binary 1000000 11001011 11011100 1000111 1000 0 1110 10111011 1000101 111000

Color Harmonies of #40CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CBDC

Black with #40CBDC

Text Example


Text Example

White with #40CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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