Html Css Color HEX #40CCCE Medium Turquoise

📋 copy color: '#40CCCE'

red 64 ◦ green 204 ◦ blue 206

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

Shades of Medium Turquoise #40CCCE

Tints of Medium Turquoise #40CCCE

RGB

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

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

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

R = 13.5%
G = 43.04%
B = 43.46%

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

#40CCCE (or 0x40CCCE) is known color: Medium Turquoise. HEX triplet: 40, CC and CE. RGB value is (64,204,206). Sum of RGB (Red+Green+Blue) = 64+204+206=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #40CCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCCE is #BF3331. Grayscale: #A2A2A2. Windows color (decimal): -12530482 or 13552704. OLE color: 13552704.

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

Color convert

RGB 64 204 206 -
CMYK 0.69 0.01 0 0.19
HSL 180.85º 0.59% 0.53% -
HSV(B) 180.85º 0.69% 0.81% -
XYZ 34.85 48.73 65.96 -
YUV 162.37 152.62 57.84 -
System Red Green Blue C M Y K H S L
Decimal 64 204 206 0.69 0.01 0 0.19 180.85 0.59 0.53
Hex 40 CC CE 45 1 0 13 B5 3B 35
Octal 100 314 316 105 1 0 23 265 73 65
Binary 1000000 11001100 11001110 1000101 1 0 10011 10110101 111011 110101

Color Harmonies of #40CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CCCE

Black with #40CCCE

Text Example


Text Example

White with #40CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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