Html Css Color HEX #40CBB2 Medium Turquoise

📋 copy color: '#40CBB2'

red 64 ◦ green 203 ◦ blue 178

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

Shades of Medium Turquoise #40CBB2

Tints of Medium Turquoise #40CBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40%

R = 14.38%
G = 45.62%
B = 40%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#40CBB2 (or 0x40CBB2) is known color: Medium Turquoise. HEX triplet: 40, CB and B2. RGB value is (64,203,178). Sum of RGB (Red+Green+Blue) = 64+203+178=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40CBB2 is #BF344D. Grayscale: #9E9E9E. Windows color (decimal): -12530766 or 11717440. OLE color: 11717440.

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

Color convert

RGB 64 203 178 -
CMYK 0.68 0 0.12 0.20
HSL 169.21º 0.57% 0.52% -
HSV(B) 169.21º 0.68% 0.8% -
XYZ 31.51 47.02 49.53 -
YUV 158.59 138.95 60.53 -
System Red Green Blue C M Y K H S L
Decimal 64 203 178 0.68 0 0.12 0.20 169.21 0.57 0.52
Hex 40 CB B2 44 0 C 14 A9 39 34
Octal 100 313 262 104 0 14 24 251 71 64
Binary 1000000 11001011 10110010 1000100 0 1100 10100 10101001 111001 110100

Color Harmonies of #40CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CBB2

Black with #40CBB2

Text Example


Text Example

White with #40CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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