Html Css Color HEX #40CCBD Medium Turquoise

📋 copy color: '#40CCBD'

red 64 ◦ green 204 ◦ blue 189

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

Shades of Medium Turquoise #40CCBD

Tints of Medium Turquoise #40CCBD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.64%

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

R = 14%
G = 44.64%
B = 41.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#40CCBD (or 0x40CCBD) is known color: Medium Turquoise. HEX triplet: 40, CC and BD. RGB value is (64,204,189). Sum of RGB (Red+Green+Blue) = 64+204+189=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCBD is #BF3342. Grayscale: #A0A0A0. Windows color (decimal): -12530499 or 12438592. OLE color: 12438592.

HSL color Cylindrical-coordinate representation of color #40CCBD: hue angle of 173.57º degrees, saturation: 0.58, 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 #40CCBD is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 204 189 -
CMYK 0.69 0 0.07 0.2
HSL 173.57º 0.58% 0.53% -
HSV(B) 173.57º 0.69% 0.8% -
XYZ 32.89 47.95 55.67 -
YUV 160.43 144.12 59.22 -
System Red Green Blue C M Y K H S L
Decimal 64 204 189 0.69 0 0.07 0.2 173.57 0.58 0.53
Hex 40 CC BD 45 0 7 14 AE 3A 35
Octal 100 314 275 105 0 7 24 256 72 65
Binary 1000000 11001100 10111101 1000101 0 111 10100 10101110 111010 110101

Color Harmonies of #40CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCBD

Black with #40CCBD

Text Example


Text Example

White with #40CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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