Html Css Color HEX #40CBCE Medium Turquoise

📋 copy color: '#40CBCE'

red 64 ◦ green 203 ◦ blue 206

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

Shades of Medium Turquoise #40CBCE

Tints of Medium Turquoise #40CBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 13.53%
G = 42.92%
B = 43.55%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#40CBCE (or 0x40CBCE) is known color: Medium Turquoise. HEX triplet: 40, CB and CE. RGB value is (64,203,206). Sum of RGB (Red+Green+Blue) = 64+203+206=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #40CBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBCE is #BF3431. Grayscale: #A1A1A1. Windows color (decimal): -12530738 or 13552448. OLE color: 13552448.

HSL color Cylindrical-coordinate representation of color #40CBCE: hue angle of 181.27º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CBCE is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 203 206 -
CMYK 0.69 0.01 0 0.19
HSL 181.27º 0.59% 0.53% -
HSV(B) 181.27º 0.69% 0.81% -
XYZ 34.61 48.26 65.88 -
YUV 161.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 64 203 206 0.69 0.01 0 0.19 181.27 0.59 0.53
Hex 40 CB CE 45 1 0 13 B5 3B 35
Octal 100 313 316 105 1 0 23 265 73 65
Binary 1000000 11001011 11001110 1000101 1 0 10011 10110101 111011 110101

Color Harmonies of #40CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CBCE

Black with #40CBCE

Text Example


Text Example

White with #40CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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