Html Css Color HEX #40CBCC Medium Turquoise

📋 copy color: '#40CBCC'

red 64 ◦ green 203 ◦ blue 204

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

Shades of Medium Turquoise #40CBCC

Tints of Medium Turquoise #40CBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.31%

R = 13.59%
G = 43.1%
B = 43.31%

CMYK

 C value IS 0.69

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#40CBCC (or 0x40CBCC) is known color: Medium Turquoise. HEX triplet: 40, CB and CC. RGB value is (64,203,204). Sum of RGB (Red+Green+Blue) = 64+203+204=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #40CBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBCC is #BF3433. Grayscale: #A1A1A1. Windows color (decimal): -12530740 or 13421376. OLE color: 13421376.

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

Color convert

RGB 64 203 204 -
CMYK 0.69 0.00 0 0.2
HSL 180.43º 0.58% 0.53% -
HSV(B) 180.43º 0.69% 0.8% -
XYZ 34.37 48.16 64.61 -
YUV 161.55 151.95 58.42 -
System Red Green Blue C M Y K H S L
Decimal 64 203 204 0.69 0.00 0 0.2 180.43 0.58 0.53
Hex 40 CB CC 45 0 0 14 B4 3A 35
Octal 100 313 314 105 0 0 24 264 72 65
Binary 1000000 11001011 11001100 1000101 0 0 10100 10110100 111010 110101

Color Harmonies of #40CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CBCC

Black with #40CBCC

Text Example


Text Example

White with #40CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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