Html Css Color HEX #40CBBD Medium Turquoise

📋 copy color: '#40CBBD'

red 64 ◦ green 203 ◦ blue 189

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

Shades of Medium Turquoise #40CBBD

Tints of Medium Turquoise #40CBBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 14.04%
G = 44.52%
B = 41.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#40CBBD (or 0x40CBBD) is known color: Medium Turquoise. HEX triplet: 40, CB and BD. RGB value is (64,203,189). Sum of RGB (Red+Green+Blue) = 64+203+189=456 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.04% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBBD is #BF3442. Grayscale: #9F9F9F. Windows color (decimal): -12530755 or 12438336. OLE color: 12438336.

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

Color convert

RGB 64 203 189 -
CMYK 0.68 0 0.07 0.20
HSL 173.96º 0.57% 0.52% -
HSV(B) 173.96º 0.68% 0.8% -
XYZ 32.66 47.48 55.59 -
YUV 159.84 144.45 59.64 -
System Red Green Blue C M Y K H S L
Decimal 64 203 189 0.68 0 0.07 0.20 173.96 0.57 0.52
Hex 40 CB BD 44 0 7 14 AE 39 34
Octal 100 313 275 104 0 7 24 256 71 64
Binary 1000000 11001011 10111101 1000100 0 111 10100 10101110 111001 110100

Color Harmonies of #40CBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CBBD

Black with #40CBBD

Text Example


Text Example

White with #40CBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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