Html Css Color HEX #46CAC4 Medium Turquoise

📋 copy color: '#46CAC4'

red 70 ◦ green 202 ◦ blue 196

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

Shades of Medium Turquoise #46CAC4

Tints of Medium Turquoise #46CAC4

RGB

 RED value IS 70 (27.73% from 255) = 14.96%

 GREEN value IS 202 (79.3% from 255) = 43.16%

 BLUE value IS 196 (76.95% from 255) = 41.88%

R = 14.96%
G = 43.16%
B = 41.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#46CAC4 (or 0x46CAC4) is known color: Medium Turquoise. HEX triplet: 46, CA and C4. RGB value is (70,202,196). Sum of RGB (Red+Green+Blue) = 70+202+196=468 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.96% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #46CAC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CAC4 is #B9353B. Grayscale: #A1A1A1. Windows color (decimal): -12137788 or 12896838. OLE color: 12896838.

HSL color Cylindrical-coordinate representation of color #46CAC4: hue angle of 177.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CAC4 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 202 196 -
CMYK 0.65 0 0.03 0.21
HSL 177.27º 0.55% 0.53% -
HSV(B) 177.27º 0.65% 0.79% -
XYZ 33.61 47.53 59.63 -
YUV 161.85 147.27 62.49 -
System Red Green Blue C M Y K H S L
Decimal 70 202 196 0.65 0 0.03 0.21 177.27 0.55 0.53
Hex 46 CA C4 41 0 3 15 B1 37 35
Octal 106 312 304 101 0 3 25 261 67 65
Binary 1000110 11001010 11000100 1000001 0 11 10101 10110001 110111 110101

Color Harmonies of #46CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CAC4

Black with #46CAC4

Text Example


Text Example

White with #46CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46CAC4; }

 p { color: rgb(70,202,196); }

 H1.HeaderClassName
 {
   color: #46CAC4;
 }
 .AnyTagClassName
 {
   color: #46CAC4;
 }
</style>

background-color css

<style>
 a { background-color: #46CAC4; }

 a { background-color: rgb(70,202,196); }

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

border-color css

<style>
 span { border-color: #46CAC4; }

 span { border-color: rgb(70,202,196); }

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