Html Css Color HEX #40CECA Medium Turquoise

📋 copy color: '#40CECA'

red 64 ◦ green 206 ◦ blue 202

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

Shades of Medium Turquoise #40CECA

Tints of Medium Turquoise #40CECA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.64%

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 13.56%
G = 43.64%
B = 42.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#40CECA (or 0x40CECA) is known color: Medium Turquoise. HEX triplet: 40, CE and CA. RGB value is (64,206,202). Sum of RGB (Red+Green+Blue) = 64+206+202=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #40CECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CECA is #BF3135. Grayscale: #A2A2A2. Windows color (decimal): -12529974 or 13291072. OLE color: 13291072.

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

Color convert

RGB 64 206 202 -
CMYK 0.69 0 0.02 0.19
HSL 178.31º 0.59% 0.53% -
HSV(B) 178.31º 0.69% 0.81% -
XYZ 34.85 49.5 63.59 -
YUV 163.09 149.96 57.33 -
System Red Green Blue C M Y K H S L
Decimal 64 206 202 0.69 0 0.02 0.19 178.31 0.59 0.53
Hex 40 CE CA 45 0 2 13 B2 3B 35
Octal 100 316 312 105 0 2 23 262 73 65
Binary 1000000 11001110 11001010 1000101 0 10 10011 10110010 111011 110101

Color Harmonies of #40CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40CECA

Black with #40CECA

Text Example


Text Example

White with #40CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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