Html Css Color HEX #40CBB6 Medium Turquoise

📋 copy color: '#40CBB6'

red 64 ◦ green 203 ◦ blue 182

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

Shades of Medium Turquoise #40CBB6

Tints of Medium Turquoise #40CBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 14.25%
G = 45.21%
B = 40.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#40CBB6 (or 0x40CBB6) is known color: Medium Turquoise. HEX triplet: 40, CB and B6. RGB value is (64,203,182). Sum of RGB (Red+Green+Blue) = 64+203+182=449 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.25% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBB6 is #BF3449. Grayscale: #9E9E9E. Windows color (decimal): -12530762 or 11979584. OLE color: 11979584.

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

Color convert

RGB 64 203 182 -
CMYK 0.68 0 0.10 0.20
HSL 170.94º 0.57% 0.52% -
HSV(B) 170.94º 0.68% 0.8% -
XYZ 31.91 47.18 51.68 -
YUV 159.05 140.95 60.21 -
System Red Green Blue C M Y K H S L
Decimal 64 203 182 0.68 0 0.10 0.20 170.94 0.57 0.52
Hex 40 CB B6 44 0 A 14 AB 39 34
Octal 100 313 266 104 0 12 24 253 71 64
Binary 1000000 11001011 10110110 1000100 0 1010 10100 10101011 111001 110100

Color Harmonies of #40CBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CBB6

Black with #40CBB6

Text Example


Text Example

White with #40CBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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